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. | |
#define | SCHED_RR_TIMERBASE ZTIMER_USEC |
ztimer to use for the round robin scheduler | |
#define | SCHED_RR_MASK (1 << 0) |
Masks off priorities that should not be scheduled default: 0 is masked. | |
Functions | |
void | sched_round_robin_init (void) |
Initialises the Round Robin Scheduler. | |