Expand description
Scheduler runtime loop and idle task management
Contains the main scheduler execution loop (run), the idle task entry
point, timer tick handling, and scheduler start/query functions.
Functions§
- has_
ready_ tasks - Check if there are ready tasks
- idle_
task_ entry - Idle task entry point
- run
- Run scheduler main loop (called by idle task)
- set_
algorithm - Set scheduling algorithm
- start
- Start the scheduler
- timer_
tick - Handle timer tick