Searched refs:p_sched_policy (Results 1 – 4 of 4) sorted by relevance
87 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()
762 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()
130 int p_sched_policy; member
390 attr->__schedpolicy = descr->p_sched_policy; in weak_alias()
Completed in 7 milliseconds