]> sourceware.org Git - glibc.git/blame_incremental - conform/data/sched.h-data
Remove pre-ISO C support
[glibc.git] / conform / data / sched.h-data
... / ...
CommitLineData
1#ifndef ISO
2type {struct sched_param}
3element {struct sched_param} int sched_priority
4optional-element {struct sched_param} int sched_ss_low_priority
5optional-element {struct sched_param} {struct timespec} sched_ss_repl_period
6optional-element {struct sched_param} {struct timespec} sched_ss_init_budget
7optional-element {struct sched_param} int sched_ss_max_repl
8
9# if defined XOPEN2K8 || defined POSIX2008
10type pid_t
11type time_t
12type {struct timespec}
13# endif
14
15constant SCHED_FIFO
16constant SCHED_RR
17optional-constant SCHED_SPORADIC
18constant SCHED_OTHER
19
20function int sched_get_priority_max (int)
21function int sched_get_priority_min (int)
22function int sched_getparam (pid_t, struct sched_param*)
23function int sched_getscheduler (pid_t)
24function int sched_rr_get_interval (pid_t, struct timespec*)
25function int sched_setparam (pid_t, const struct sched_param*)
26function int sched_setscheduler (pid_t, int, const struct sched_param*)
27function int sched_yield (void)
28
29allow-header time.h
30
31allow sched_*
32allow SCHED_*
33allow *_t
34#endif
This page took 0.024839 seconds and 5 git commands to generate.