Searched refs:base_priority (Results 1 – 6 of 6) sorted by relevance
83 THR_BASE_PRIORITY(pthread->base_priority)) in _pthread_setschedparam()102 pthread->base_priority &= in _pthread_setschedparam()104 pthread->base_priority = param->sched_priority; in _pthread_setschedparam()107 pthread->active_priority = MAX(pthread->base_priority, in _pthread_setschedparam()
205 new_thread->base_priority = in _pthread_create()206 curthread->base_priority & in _pthread_create()209 curthread->base_priority & in _pthread_create()220 new_thread->base_priority = in _pthread_create()223 new_thread->active_priority = new_thread->base_priority; in _pthread_create()
60 THR_BASE_PRIORITY(pthread->base_priority); in _pthread_getschedparam()71 THR_BASE_PRIORITY(pthread->base_priority); in _pthread_getschedparam()
1144 curthread->base_priority); in mutex_unlock_common()1196 curthread->base_priority); in mutex_unlock_common()1375 MAX(m->m_saved_prio, pthread->base_priority)); in mutex_priority_adjust()1460 m->m_owner->base_priority)); in mutex_priority_adjust()1515 active_prio = MAX(inherited_prio, pthread->base_priority); in mutex_rescan_owned()1542 active_prio = MAX(m->m_prio, pthread->base_priority); in mutex_rescan_owned()1551 active_prio = MAX(inherited_prio, pthread->base_priority); in mutex_rescan_owned()
412 thread->base_priority = THR_DEFAULT_PRIORITY; in init_main_thread()
795 char base_priority; member