Home
last modified time | relevance | path

Searched refs:SCHED_FIFO (Results 1 – 6 of 6) sorted by relevance

/sysdeps/pthread/
A Dtst-bad-schedattr.c37 #if !defined SCHED_FIFO || !defined SCHED_OTHER in do_test()
51 int fifo_max = sched_get_priority_max (SCHED_FIFO); in do_test()
72 TRY (pthread_attr_setschedpolicy, (&attr, SCHED_FIFO)); in do_test()
A Dtst-attr1.c122 if (r != SCHED_OTHER && r != SCHED_RR && r != SCHED_FIFO) in do_test()
/sysdeps/htl/
A Dpt-attr-setschedpolicy.c31 case SCHED_FIFO: in __pthread_attr_setschedpolicy()
/sysdeps/mach/hurd/
A Dsched_sets.c35 case SCHED_FIFO: in __sched_setscheduler()
/sysdeps/unix/sysv/linux/bits/
A Dsched.h29 #define SCHED_FIFO 1 macro
/sysdeps/nptl/
A DpthreadP.h691 if (pol == SCHED_OTHER || pol == SCHED_FIFO || pol == SCHED_RR) in libc_hidden_proto()

Completed in 6 milliseconds