summaryrefslogtreecommitdiff
path: root/conform/data/sched.h-data
diff options
context:
space:
mode:
Diffstat (limited to 'conform/data/sched.h-data')
-rw-r--r--conform/data/sched.h-data5
1 files changed, 5 insertions, 0 deletions
diff --git a/conform/data/sched.h-data b/conform/data/sched.h-data
index 186efb16d5..4cc11efdc8 100644
--- a/conform/data/sched.h-data
+++ b/conform/data/sched.h-data
@@ -1,9 +1,14 @@
#ifndef ISO
type {struct sched_param}
element {struct sched_param} int sched_priority
+element {struct sched_param} int sched_ss_low_priority
+element {struct sched_param} {struct timespec} sched_ss_repl_period
+element {struct sched_param} {struct timespec} sched_ss_init_budget
+element {struct sched_param} int sched_ss_max_repl
constant SCHED_FIFO
constant SCHED_RR
+constant SCHED_SPORADIC
constant SCHED_OTHER
function int sched_get_priority_max (int)