In preparation for switching linuxulator to the use the native 1:1
threads use MI linux_sched_rr_get_interval() in i386. Differential Revision: https://reviews.freebsd.org/D1033 Reviewed by: trasz
This commit is contained in:
parent
1aa90eca33
commit
e7b198ab02
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283375
@ -283,8 +283,8 @@
|
||||
l_int policy); }
|
||||
160 AUE_SCHED_GET_PRIORITY_MIN STD { int linux_sched_get_priority_min( \
|
||||
l_int policy); }
|
||||
161 AUE_SCHED_RR_GET_INTERVAL NOPROTO { int sched_rr_get_interval(l_pid_t pid, \
|
||||
struct l_timespec *interval); }
|
||||
161 AUE_SCHED_RR_GET_INTERVAL STD { int linux_sched_rr_get_interval( \
|
||||
l_pid_t pid, struct l_timespec *interval); }
|
||||
162 AUE_NULL STD { int linux_nanosleep( \
|
||||
const struct l_timespec *rqtp, \
|
||||
struct l_timespec *rmtp); }
|
||||
|
Loading…
Reference in New Issue
Block a user