Home
last modified time | relevance | path

Searched refs:SCHED_OTHER (Results 1 – 9 of 9) sorted by relevance

/sysdeps/pthread/
A Dtst-bad-schedattr.c37 #if !defined SCHED_FIFO || !defined SCHED_OTHER in do_test()
59 int other_max = sched_get_priority_max (SCHED_OTHER); in do_test()
79 TRY (pthread_attr_setschedpolicy, (&attr, SCHED_OTHER)); in do_test()
A Dtst-attr1.c55 pthread_attr_setschedpolicy (&a, SCHED_OTHER); in do_test()
122 if (r != SCHED_OTHER && r != SCHED_RR && r != SCHED_FIFO) in do_test()
144 if (s != SCHED_OTHER) in do_test()
/sysdeps/mach/hurd/
A Dsched_gets.c28 return SCHED_OTHER; in __sched_getscheduler()
A Dsched_sets.c30 case SCHED_OTHER: in __sched_setscheduler()
/sysdeps/htl/
A Dpt-getschedparam.c26 *policy = SCHED_OTHER; in __pthread_getschedparam()
A Dpt-attr-setschedpolicy.c27 case SCHED_OTHER: in __pthread_attr_setschedpolicy()
A Dpt-attr.c38 __schedpolicy: SCHED_OTHER
/sysdeps/unix/sysv/linux/bits/
A Dsched.h28 #define SCHED_OTHER 0 macro
/sysdeps/nptl/
A DpthreadP.h691 if (pol == SCHED_OTHER || pol == SCHED_FIFO || pol == SCHED_RR) in libc_hidden_proto()

Completed in 10 milliseconds