1999-08-26 01:53:55 +02:00
|
|
|
#ifndef ISO
|
|
|
|
type {struct sched_param}
|
|
|
|
element {struct sched_param} int sched_priority
|
2001-01-27 06:30:29 +01:00
|
|
|
optional-element {struct sched_param} int sched_ss_low_priority
|
|
|
|
optional-element {struct sched_param} {struct timespec} sched_ss_repl_period
|
|
|
|
optional-element {struct sched_param} {struct timespec} sched_ss_init_budget
|
|
|
|
optional-element {struct sched_param} int sched_ss_max_repl
|
1999-08-26 01:53:55 +02:00
|
|
|
|
|
|
|
constant SCHED_FIFO
|
|
|
|
constant SCHED_RR
|
2001-01-27 06:30:29 +01:00
|
|
|
optional-constant SCHED_SPORADIC
|
1999-08-26 01:53:55 +02:00
|
|
|
constant SCHED_OTHER
|
|
|
|
|
|
|
|
function int sched_get_priority_max (int)
|
|
|
|
function int sched_get_priority_min (int)
|
|
|
|
function int sched_getparam (pid_t, struct sched_param*)
|
|
|
|
function int sched_getscheduler (pid_t)
|
|
|
|
function int sched_rr_get_interval (pid_t, struct timespec*)
|
|
|
|
function int sched_setparam (pid_t, const struct sched_param*)
|
|
|
|
function int sched_setscheduler (pid_t, int, const struct sched_param*)
|
|
|
|
function int sched_yield (void)
|
|
|
|
|
|
|
|
allow-header time.h
|
|
|
|
|
|
|
|
allow sched_*
|
|
|
|
allow SCHED_*
|
1999-08-26 02:13:21 +02:00
|
|
|
allow *_t
|
1999-08-26 01:53:55 +02:00
|
|
|
#endif
|