Skip to main content

Module sched

Module sched 

Source
Expand description

Structs§

sched_param
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.

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.