Home
last modified time | relevance | path

Searched refs:schedpolicy (Results 1 – 22 of 22) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtpp.c111 self->schedpolicy = __sched_getscheduler (self->tid); in __pthread_tpp_change_priority()
112 if (self->schedpolicy == -1) in __pthread_tpp_change_priority()
126 if (__sched_setscheduler (self->tid, self->schedpolicy, &sp) < 0) in __pthread_tpp_change_priority()
158 self->schedpolicy = __sched_getscheduler (self->tid); in __pthread_current_priority()
159 if (self->schedpolicy == -1) in __pthread_current_priority()
A Dtimer_routines.c503 && ileft->schedpolicy == iright->schedpolicy in thread_attr_compare()
A Dcreatethread.c126 pd->schedpolicy, &pd->schedparam); in do_clone()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_getschedparam.c58 pd->schedpolicy = sched_getscheduler (pd->tid); in __pthread_getschedparam()
59 if (pd->schedpolicy == -1) in __pthread_getschedparam()
67 *policy = pd->schedpolicy; in __pthread_getschedparam()
A Dpthread_create.c487 pd->schedpolicy = self->schedpolicy; in __pthread_create_2_1()
509 pd->schedpolicy = iattr->schedpolicy; in __pthread_create_2_1()
512 pd->schedpolicy = INTERNAL_SYSCALL (sched_getscheduler, scerr, 1, 0); in __pthread_create_2_1()
527 iattr->schedpolicy); in __pthread_create_2_1()
529 iattr->schedpolicy); in __pthread_create_2_1()
A Dpthread_attr_setschedparam.c34 int min = sched_get_priority_min (iattr->schedpolicy); in __pthread_attr_setschedparam()
35 int max = sched_get_priority_max (iattr->schedpolicy); in __pthread_attr_setschedparam()
A Dpthread_getattr_np.c47 iattr->schedpolicy = thread->schedpolicy; in pthread_getattr_np()
A Dpthread_attr_getschedpolicy.c35 *policy = iattr->schedpolicy; in __pthread_attr_getschedpolicy()
A Dpthread_attr_setschedpolicy.c40 iattr->schedpolicy = policy; in __pthread_attr_setschedpolicy()
A Dpthread_setschedparam.c65 pd->schedpolicy = policy; in __pthread_setschedparam()
A Ddescr.h336 int schedpolicy; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_get_info.c30 psaddr_t tls, schedpolicy, schedprio, cancelhandling, tid, report_events; in td_thr_get_info() local
46 err = DB_GET_FIELD_LOCAL (schedpolicy, th->th_ta_p, copy, pthread, in td_thr_get_info()
47 schedpolicy, 0); in td_thr_get_info()
72 infop->ti_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in td_thr_get_info()
A Dtd_ta_thr_iter.c67 psaddr_t addr, schedpolicy, schedprio; in iterate_thread_list() local
79 err = DB_GET_FIELD_LOCAL (schedpolicy, ta, copy, pthread, in iterate_thread_list()
80 schedpolicy, 0); in iterate_thread_list()
91 int descr_pri = ((uintptr_t) schedpolicy == SCHED_OTHER in iterate_thread_list()
A Dstructs.def31 DB_STRUCT_FIELD (pthread, schedpolicy)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/
A Dtimer_create.c184 nattr->schedpolicy = oattr->schedpolicy; in timer_create()
A Dinternaltypes.h29 int schedpolicy; member
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dmanager.c289 if (THREAD_GETMEM(self, p_start_args.schedpolicy) >= 0) in pthread_start_thread()
292 THREAD_GETMEM(self, p_start_args.schedpolicy), in pthread_start_thread()
540 new_thread->p_start_args.schedpolicy = -1; in pthread_handle_create()
547 new_thread->p_start_args.schedpolicy = attr->__schedpolicy; in pthread_handle_create()
552 new_thread->p_start_args.schedpolicy = sched_getscheduler(father_pid); in pthread_handle_create()
A Dinternals.h60 int schedpolicy; /* initial scheduling policy (if any) */ member
A Dlinuxthreads.texi245 @item schedpolicy
275 @var{schedpolicy} and @var{schedparam} attributes (value
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dmanager.c278 if (THREAD_GETMEM(self, p_start_args.schedpolicy) >= 0) in pthread_start_thread()
281 THREAD_GETMEM(self, p_start_args.schedpolicy), in pthread_start_thread()
687 new_thread->p_start_args.schedpolicy = -1; in pthread_handle_create()
694 new_thread->p_start_args.schedpolicy = attr->__schedpolicy; in pthread_handle_create()
699 new_thread->p_start_args.schedpolicy = __sched_getscheduler(father_pid); in pthread_handle_create()
A Ddescr.h55 int schedpolicy; /* initial scheduling policy (if any) */ member
/l4re-core-master/uclibc/lib/libpthread/src/
A Dmanager.cc300 if (THREAD_GETMEM(self, p_start_args.schedpolicy) >= 0) in pthread_start_thread()
303 THREAD_GETMEM(self, p_start_args.schedpolicy), in pthread_start_thread()

Completed in 33 milliseconds