File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1423,6 +1423,7 @@ sched_getscheduler
14231423sched_get_priority_max
14241424sched_get_priority_min
14251425sched_param
1426+ sched_rr_get_interval
14261427sched_setparam
14271428sched_setscheduler
14281429seekdir
Original file line number Diff line number Diff line change @@ -1740,6 +1740,7 @@ sched_getscheduler
17401740sched_get_priority_max
17411741sched_get_priority_min
17421742sched_param
1743+ sched_rr_get_interval
17431744sched_setparam
17441745sched_setscheduler
17451746sdallocx
Original file line number Diff line number Diff line change @@ -1389,6 +1389,7 @@ sched_getscheduler
13891389sched_get_priority_max
13901390sched_get_priority_min
13911391sched_param
1392+ sched_rr_get_interval
13921393sched_setparam
13931394sched_setscheduler
13941395secure_path
Original file line number Diff line number Diff line change @@ -1601,6 +1601,7 @@ extern "C" {
16011601 -> :: ssize_t ;
16021602 pub fn querylocale ( mask : :: c_int , loc : :: locale_t ) -> * const :: c_char ;
16031603 pub fn rtprio ( function : :: c_int , pid : :: pid_t , rtp : * mut rtprio ) -> :: c_int ;
1604+ pub fn sched_rr_get_interval ( pid : :: pid_t , t : * mut :: timespec ) -> :: c_int ;
16041605 pub fn sched_getparam ( pid : :: pid_t , param : * mut sched_param ) -> :: c_int ;
16051606 pub fn sched_setparam ( pid : :: pid_t , param : * const sched_param ) -> :: c_int ;
16061607 pub fn sched_getscheduler ( pid : :: pid_t ) -> :: c_int ;
Original file line number Diff line number Diff line change @@ -2515,6 +2515,7 @@ extern "C" {
25152515 flags : :: c_int ,
25162516 ) -> * mut :: c_void ;
25172517
2518+ pub fn sched_rr_get_interval ( pid : :: pid_t , t : * mut :: timespec ) -> :: c_int ;
25182519 pub fn sched_setparam ( pid : :: pid_t , param : * const sched_param ) -> :: c_int ;
25192520 pub fn sched_getparam ( pid : :: pid_t , param : * mut sched_param ) -> :: c_int ;
25202521 pub fn sched_getscheduler ( pid : :: pid_t ) -> :: c_int ;
You can’t perform that action at this time.
0 commit comments