FreeRTOS:
POSIX
|
Return to main page ↑ |
Implementation of scheduler functions in sched.h. More...
Functions | |
int | sched_get_priority_max (int policy) |
Get priority limit (max). More... | |
int | sched_get_priority_min (int policy) |
Get priority limit (min). More... | |
int | sched_yield (void) |
Yield the processor. More... | |
Implementation of scheduler functions in sched.h.
int sched_get_priority_max | ( | int | policy | ) |
Get priority limit (max).
http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_max.html
int sched_get_priority_min | ( | int | policy | ) |
Get priority limit (min).
http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_min.html
int sched_yield | ( | void | ) |
Yield the processor.
http://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_yield.html
0 | - Upon successful completion |