Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/pthread/
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()
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()
/glibc-2.36/nptl/
Dtst-attr2.c187 if (s != SCHED_OTHER && s != SCHED_FIFO && s != SCHED_RR) in do_test()
227 e = pthread_attr_setschedpolicy (&a, SCHED_OTHER); in do_test()
238 if (s != SCHED_OTHER) in do_test()
Dtst-sched1.c47 if (pthread_attr_setschedpolicy (&at, SCHED_OTHER) != 0) in do_test()
/glibc-2.36/nptl_db/
Dtd_thr_get_info.c40 schedpolicy = SCHED_OTHER; in td_thr_get_info()
94 infop->ti_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in td_thr_get_info()
Dtd_ta_thr_iter.c90 int descr_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in iterate_thread_list()
/glibc-2.36/bits/
Dsched.h28 #define SCHED_OTHER 0 macro
/glibc-2.36/sysdeps/mach/hurd/
Dsched_gets.c28 return SCHED_OTHER; in __sched_getscheduler()
Dsched_sets.c30 case SCHED_OTHER: in __sched_setscheduler()
/glibc-2.36/sysdeps/htl/
Dpt-getschedparam.c26 *policy = SCHED_OTHER; in __pthread_getschedparam()
Dpt-attr-setschedpolicy.c27 case SCHED_OTHER: in __pthread_attr_setschedpolicy()
Dpt-attr.c38 __schedpolicy: SCHED_OTHER
/glibc-2.36/posix/
Dspawnattr_setschedpolicy.c25 if (schedpolicy != SCHED_OTHER && schedpolicy != SCHED_FIFO in posix_spawnattr_setschedpolicy()
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dsched.h28 #define SCHED_OTHER 0 macro
/glibc-2.36/conform/data/
Dsched.h-data28 constant SCHED_OTHER
/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.texi725 @item SCHED_OTHER
746 @var{policy} is not @code{SCHED_OTHER} (or it's negative and the
747 existing policy is not @code{SCHED_OTHER}.
866 On Linux, it is 0 for SCHED_OTHER and 1 for everything else.
887 On Linux, it is 0 for SCHED_OTHER and 99 for everything else.
/glibc-2.36/ChangeLog.old/
DChangeLog.1895922 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.