Expand description
sched.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.
Structs§
Constants§
- SCHED_
FIFO - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.
- SCHED_
OTHER - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.
- SCHED_
RR - See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.
Functions§
- sched_
get_ priority_ max - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_get_priority_max.html.
- sched_
get_ priority_ min - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_get_priority_max.html.
- sched_
getparam ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_getparam.html.
- sched_
rr_ get_ interval - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_rr_get_interval.html.
- sched_
setparam ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_setparam.html.
- sched_
setscheduler - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_setscheduler.html.
- sched_
yield - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/sched_yield.html.