Searched refs:SCHED_FIFO (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/nptl/ |
D | tst-tpp.h | 61 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()
|
D | tst-attr2.c | 187 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()
|
D | tpp.c | 46 __sched_get_priority_max (SCHED_FIFO)); in libc_hidden_data_def() 48 __sched_get_priority_min (SCHED_FIFO)); in libc_hidden_data_def()
|
D | tst-mutexpp10.c | 280 if (pthread_setschedparam (pthread_self (), SCHED_FIFO, &sp)) in do_test()
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-bad-schedattr.c | 37 #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()
|
D | tst-attr1.c | 122 if (r != SCHED_OTHER && r != SCHED_RR && r != SCHED_FIFO) in do_test()
|
/glibc-2.36/bits/ |
D | sched.h | 29 #define SCHED_FIFO 1 macro
|
/glibc-2.36/posix/ |
D | spawnattr_setschedpolicy.c | 25 if (schedpolicy != SCHED_OTHER && schedpolicy != SCHED_FIFO in posix_spawnattr_setschedpolicy()
|
/glibc-2.36/sysdeps/htl/ |
D | pt-attr-setschedpolicy.c | 31 case SCHED_FIFO: in __pthread_attr_setschedpolicy()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | sched_sets.c | 35 case SCHED_FIFO: in __sched_setscheduler()
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | sched.h | 29 #define SCHED_FIFO 1 macro
|
/glibc-2.36/conform/data/ |
D | sched.h-data | 23 constant SCHED_FIFO
|
/glibc-2.36/sysdeps/nptl/ |
D | pthreadP.h | 692 if (pol == SCHED_OTHER || pol == SCHED_FIFO || pol == SCHED_RR) in libc_hidden_proto()
|
/glibc-2.36/manual/ |
D | resource.texi | 727 @item SCHED_FIFO
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.nptl | 4975 in the SCHED_FIFO priority range.
|
D | ChangeLog.18 | 95922 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
|