Searched refs:SCHED_OTHER (Results 1 – 20 of 20) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/ |
A D | tst-attr1.c | 56 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 D | tst-attr2.c | 188 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 D | tst-sched1.c | 48 if (pthread_attr_setschedpolicy (&at, SCHED_OTHER) != 0) in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/ |
A D | attr.c | 51 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 D | manager.c | 301 SCHED_OTHER, &default_params); in pthread_start_thread() 493 if (attr != NULL && attr->__schedpolicy != SCHED_OTHER && geteuid () != 0) in pthread_handle_create()
|
A D | pthread.c | 747 th->p_priority = policy == SCHED_OTHER ? 0 : param->sched_priority; in pthread_setschedparam()
|
A D | linuxthreads.texi | 246 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 D | pthread_attr_setschedpolicy.c | 36 if (policy != SCHED_OTHER && policy != SCHED_FIFO && policy != SCHED_RR) in __pthread_attr_setschedpolicy()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | attr.c | 35 attr->__schedpolicy = SCHED_OTHER; in __pthread_attr_init() 97 if (policy != SCHED_OTHER && policy != SCHED_FIFO && policy != SCHED_RR) in strong_alias()
|
A D | manager.c | 290 SCHED_OTHER, &default_params); in pthread_start_thread() 617 if (attr != NULL && attr->__schedpolicy != SCHED_OTHER && geteuid () != 0) in pthread_handle_create()
|
A D | pthread.c | 939 th->p_priority = policy == SCHED_OTHER ? 0 : param->sched_priority; in __pthread_setschedparam()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | td_thr_get_info.c | 72 infop->ti_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in td_thr_get_info()
|
A D | td_ta_thr_iter.c | 91 int descr_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in iterate_thread_list()
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | attr.c | 40 attr->__schedpolicy = SCHED_OTHER; in __pthread_attr_init() 118 if (policy != SCHED_OTHER && policy != SCHED_FIFO && policy != SCHED_RR in strong_alias()
|
A D | internals.h | 541 case SCHED_OTHER: in __pthread_getprio() 564 case SCHED_OTHER: in __pthread_l4_getprio()
|
A D | manager.cc | 312 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 D | l4.cc | 229 prio = __pthread_l4_getprio(SCHED_OTHER, 0); in pthread_l4_start()
|
A D | pthread.c | 1035 th->p_priority = policy == SCHED_OTHER ? 0 : param->sched_priority; in __pthread_setschedparam()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | spawn.h | 215 case SCHED_OTHER: in posix_spawnattr_setschedpolicy()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | sched.h | 29 #define SCHED_OTHER 0 macro
|
Completed in 35 milliseconds