Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-attr1.c56 pthread_attr_setschedpolicy (&a, SCHED_OTHER); in do_test()
123 if (r != SCHED_OTHER && r != SCHED_RR && r != SCHED_FIFO) in do_test()
145 if (s != SCHED_OTHER) in do_test()
A Dtst-attr2.c188 if (s != SCHED_OTHER && s != SCHED_FIFO && s != SCHED_RR) in do_test()
228 e = pthread_attr_setschedpolicy (&a, SCHED_OTHER); in do_test()
239 if (s != SCHED_OTHER) in do_test()
A Dtst-sched1.c48 if (pthread_attr_setschedpolicy (&at, SCHED_OTHER) != 0) in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dattr.c51 attr->__schedpolicy = SCHED_OTHER; in libpthread_hidden_proto()
71 attr->__schedpolicy = SCHED_OTHER; in __pthread_attr_init_2_0()
130 if (policy != SCHED_OTHER && policy != SCHED_FIFO && policy != SCHED_RR) in libpthread_hidden_def()
A Dmanager.c301 SCHED_OTHER, &default_params); in pthread_start_thread()
493 if (attr != NULL && attr->__schedpolicy != SCHED_OTHER && geteuid () != 0) in pthread_handle_create()
A Dpthread.c747 th->p_priority = policy == SCHED_OTHER ? 0 : param->sched_priority; in pthread_setschedparam()
A Dlinuxthreads.texi246 Select the scheduling policy for the thread: one of @code{SCHED_OTHER}
249 The default is @code{SCHED_OTHER}.
266 @code{SCHED_OTHER}; it only matters for the realtime policies
1560 @var{param}. @var{policy} can be either @code{SCHED_OTHER} (regular,
1573 @var{policy} is not one of @code{SCHED_OTHER}, @code{SCHED_RR},
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_attr_setschedpolicy.c36 if (policy != SCHED_OTHER && policy != SCHED_FIFO && policy != SCHED_RR) in __pthread_attr_setschedpolicy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dattr.c35 attr->__schedpolicy = SCHED_OTHER; in __pthread_attr_init()
97 if (policy != SCHED_OTHER && policy != SCHED_FIFO && policy != SCHED_RR) in strong_alias()
A Dmanager.c290 SCHED_OTHER, &default_params); in pthread_start_thread()
617 if (attr != NULL && attr->__schedpolicy != SCHED_OTHER && geteuid () != 0) in pthread_handle_create()
A Dpthread.c939 th->p_priority = policy == SCHED_OTHER ? 0 : param->sched_priority; in __pthread_setschedparam()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_get_info.c72 infop->ti_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in td_thr_get_info()
A Dtd_ta_thr_iter.c91 int descr_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in iterate_thread_list()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dattr.c40 attr->__schedpolicy = SCHED_OTHER; in __pthread_attr_init()
118 if (policy != SCHED_OTHER && policy != SCHED_FIFO && policy != SCHED_RR in strong_alias()
A Dinternals.h541 case SCHED_OTHER: in __pthread_getprio()
564 case SCHED_OTHER: in __pthread_l4_getprio()
A Dmanager.cc312 SCHED_OTHER, &default_params); in pthread_start_thread()
696 if (attr != NULL && attr->__schedpolicy != SCHED_OTHER && geteuid () != 0) in pthread_handle_create()
794 prio = __pthread_l4_getprio(SCHED_OTHER, 0); in pthread_handle_create()
A Dl4.cc229 prio = __pthread_l4_getprio(SCHED_OTHER, 0); in pthread_l4_start()
A Dpthread.c1035 th->p_priority = policy == SCHED_OTHER ? 0 : param->sched_priority; in __pthread_setschedparam()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dspawn.h215 case SCHED_OTHER: in posix_spawnattr_setschedpolicy()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dsched.h29 #define SCHED_OTHER 0 macro

Completed in 37 milliseconds