Home
last modified time | relevance | path

Searched refs:base_priority (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/lib/libkse/thread/
Dthr_setschedparam.c83 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()
Dthr_create.c205 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()
Dthr_getschedparam.c60 THR_BASE_PRIORITY(pthread->base_priority); in _pthread_getschedparam()
71 THR_BASE_PRIORITY(pthread->base_priority); in _pthread_getschedparam()
Dthr_mutex.c1144 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()
Dthr_init.c412 thread->base_priority = THR_DEFAULT_PRIORITY; in init_main_thread()
Dthr_private.h795 char base_priority; member