#include <zephyr/kernel.h>
#include "posix_types.h"
#include <time.h>
Go to the source code of this file.
◆ SCHED_FIFO
◆ SCHED_OTHER
◆ SCHED_RR
◆ sched_get_priority_max()
int sched_get_priority_max |
( |
int | policy | ) |
|
◆ sched_get_priority_min()
int sched_get_priority_min |
( |
int | policy | ) |
|
◆ sched_getparam()
int sched_getparam |
( |
pid_t | pid, |
|
|
struct sched_param * | param ) |
◆ sched_getscheduler()
int sched_getscheduler |
( |
pid_t | pid | ) |
|
◆ sched_rr_get_interval()
int sched_rr_get_interval |
( |
pid_t | pid, |
|
|
struct timespec * | interval ) |
◆ sched_setparam()
int sched_setparam |
( |
pid_t | pid, |
|
|
const struct sched_param * | param ) |
◆ sched_setscheduler()
int sched_setscheduler |
( |
pid_t | pid, |
|
|
int | policy, |
|
|
const struct sched_param * | param ) |
◆ sched_yield()
static int sched_yield |
( |
void | | ) |
|
|
inlinestatic |
Yield the processor.
See IEEE 1003.1