Other Interface calls
-
sched_get_priority_max
() -
Returns the maximum values for the specified policy.
-
sched_get_priority_min
() -
Returns the minimum values for the specified policy. For more information, see the
sched_get_priority_max(3R)
man page. -
sched_rr_get_interval
() -
Updates the specified
timespec
structure to the current execution time limit. -
sched_setparam
(),sched_getparam
() -
Sets or gets the scheduling parameters of the specified process.
-
sched_yield
() -
Blocks the calling process until the calling process returns to the head of the process list.