Home
last modified time | relevance | path

Searched refs:p_sched_policy (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/libpthread/src/
A Dl4.cc87 th->p_sched_policy = SCHED_L4; in __pthread_l4_initialize_main_thread()
124 th->p_sched_policy = policy; in __pthread_setschedparam()
153 pol = handle_to_descr(handle)->p_sched_policy; in strong_alias()
226 if (thread->p_sched_policy < 0) in pthread_l4_start()
231 prio = __pthread_l4_getprio(thread->p_sched_policy, in pthread_l4_start()
A Dmanager.cc762 new_thread->p_sched_policy = creator->p_sched_policy; in pthread_handle_create()
773 new_thread->p_sched_policy = attr->__schedpolicy; in pthread_handle_create()
782 if (new_thread->p_sched_policy >= 0) in pthread_handle_create()
785 prio = __pthread_l4_getprio(new_thread->p_sched_policy, in pthread_handle_create()
790 else if (manager_thread->p_sched_policy > 3) in pthread_handle_create()
A Ddescr.h130 int p_sched_policy; member
A Dattr.c390 attr->__schedpolicy = descr->p_sched_policy; in weak_alias()

Completed in 7 milliseconds