File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1358,10 +1358,12 @@ regfree
13581358regmatch_t
13591359regoff_t
13601360rtprio
1361+ sched_getparam
13611362sched_getscheduler
13621363sched_get_priority_max
13631364sched_get_priority_min
13641365sched_param
1366+ sched_setparam
13651367sched_setscheduler
13661368seekdir
13671369sem
Original file line number Diff line number Diff line change @@ -1625,10 +1625,12 @@ regoff_t
16251625rtprio
16261626rtprio_thread
16271627sallocx
1628+ sched_getparam
16281629sched_getscheduler
16291630sched_get_priority_max
16301631sched_get_priority_min
16311632sched_param
1633+ sched_setparam
16321634sched_setscheduler
16331635sdallocx
16341636seekdir
Original file line number Diff line number Diff line change @@ -1554,6 +1554,8 @@ extern "C" {
15541554 -> :: ssize_t ;
15551555 pub fn querylocale ( mask : :: c_int , loc : :: locale_t ) -> * const :: c_char ;
15561556 pub fn rtprio ( function : :: c_int , pid : :: pid_t , rtp : * mut rtprio ) -> :: c_int ;
1557+ pub fn sched_getparam ( pid : :: pid_t , param : * mut sched_param ) -> :: c_int ;
1558+ pub fn sched_setparam ( pid : :: pid_t , param : * const sched_param ) -> :: c_int ;
15571559 pub fn sched_getscheduler ( pid : :: pid_t ) -> :: c_int ;
15581560 pub fn sched_setscheduler (
15591561 pid : :: pid_t ,
You can’t perform that action at this time.
0 commit comments