Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dtst-tpp.h61 fifo_min = sched_get_priority_min (SCHED_FIFO); in init_tpp_test()
68 fifo_max = sched_get_priority_max (SCHED_FIFO); in init_tpp_test()
85 int e = pthread_setschedparam (pthread_self (), SCHED_FIFO, &sp); in init_tpp_test()
Dtst-attr2.c187 if (s != SCHED_OTHER && s != SCHED_FIFO && s != SCHED_RR) in do_test()
210 e = pthread_attr_setschedpolicy (&a, SCHED_FIFO); in do_test()
221 if (s != SCHED_FIFO) in do_test()
Dtpp.c46 __sched_get_priority_max (SCHED_FIFO)); in libc_hidden_data_def()
48 __sched_get_priority_min (SCHED_FIFO)); in libc_hidden_data_def()
Dtst-mutexpp10.c280 if (pthread_setschedparam (pthread_self (), SCHED_FIFO, &sp)) in do_test()
/glibc-2.36/sysdeps/pthread/
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()
Dtst-attr1.c122 if (r != SCHED_OTHER && r != SCHED_RR && r != SCHED_FIFO) in do_test()
/glibc-2.36/bits/
Dsched.h29 #define SCHED_FIFO 1 macro
/glibc-2.36/posix/
Dspawnattr_setschedpolicy.c25 if (schedpolicy != SCHED_OTHER && schedpolicy != SCHED_FIFO in posix_spawnattr_setschedpolicy()
/glibc-2.36/sysdeps/htl/
Dpt-attr-setschedpolicy.c31 case SCHED_FIFO: in __pthread_attr_setschedpolicy()
/glibc-2.36/sysdeps/mach/hurd/
Dsched_sets.c35 case SCHED_FIFO: in __sched_setscheduler()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsched.h29 #define SCHED_FIFO 1 macro
/glibc-2.36/conform/data/
Dsched.h-data23 constant SCHED_FIFO
/glibc-2.36/sysdeps/nptl/
DpthreadP.h692 if (pol == SCHED_OTHER || pol == SCHED_FIFO || pol == SCHED_RR) in libc_hidden_proto()
/glibc-2.36/manual/
Dresource.texi727 @item SCHED_FIFO
/glibc-2.36/ChangeLog.old/
DChangeLog.nptl4975 in the SCHED_FIFO priority range.
DChangeLog.1895922 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.