|
Zephyr Project API 3.5.0
A Scalable Open Source RTOS
|
#include <zephyr/kernel.h>Go to the source code of this file.
Macros | |
| #define | SCHED_OTHER 0 |
| #define | SCHED_FIFO 1 |
| #define | SCHED_RR 2 |
Functions | |
| static int | sched_yield (void) |
| Yield the processor. | |
| int | sched_get_priority_min (int policy) |
| int | sched_get_priority_max (int policy) |
| #define SCHED_FIFO 1 |
| #define SCHED_OTHER 0 |
| #define SCHED_RR 2 |
| int sched_get_priority_max | ( | int | policy | ) |
| int sched_get_priority_min | ( | int | policy | ) |
|
inlinestatic |
Yield the processor.
See IEEE 1003.1