Searched defs:SCHED_RR (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/headers/posix/
H A Dsched.h15 #define SCHED_RR 2 macro
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D4-1.c138 check_param( pthread_self(), SCHED_RR, sp.sched_priority ); local
150 check_param( pthread_self(), SCHED_RR, sp.sched_priority - 1 ); local
H A D1-2.c132 check_param( pthread_self(), SCHED_RR, sched_get_priority_min( SCHED_RR ) ); local
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D1-3.c130 check_param( pthread_self(), SCHED_RR, sched_get_priority_min( SCHED_RR ) ); local

Completed in 48 milliseconds