Round Robin Scheduler. More...
Round Robin Scheduler.
Definition in file sched_round_robin.h.
Go to the source code of this file.
Macros | |
| #define | SCHED_RR_TIMEOUT 10000 | 
| Time between round robin calls in Units of SCHED_RR_TIMERBASE.  More... | |
| #define | SCHED_RR_TIMERBASE ZTIMER_USEC | 
| ztimer to use for the round robin scheduler  More... | |
| #define | SCHED_RR_MASK (1 << 0) | 
| Masks off priorities that should not be scheduled default: 0 is masked.  More... | |
Functions | |
| void | sched_round_robin_init (void) | 
| Initialises the Round Robin Scheduler.  | |