Posix.Sched – posix Reference Manual
Packages
posix
Posix
Sched
Algorithm
Param
@yield
get_priority_max
get_priority_min
getparam
getscheduler
rr_get_interval
setparam
setscheduler
Posix.Sched
Description:
Content:
Structs:
Param
-
Enums:
Algorithm
-
Functions:
public
int
setparam
(
pid_t
pid,
ref
Param
param)
public
int
getparam
(
pid_t
pid,
out
Param
param)
public
int
setscheduler
(
pid_t
pid,
Algorithm
policy,
ref
Param
param)
public
Algorithm
getscheduler
(
pid_t
pid)
public
int
@yield
()
public
int
get_priority_max
(
int
algorithm)
public
int
get_priority_min
(
int
algorithm)
public
int
rr_get_interval
(
pid_t
pid,
out
timespec
? interval)