Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_create.c119 new_thread->base_priority = curthread->base_priority; in _pthread_create()
129 new_thread->base_priority = new_thread->attr.prio; in _pthread_create()
131 new_thread->active_priority = new_thread->base_priority; in _pthread_create()
H A Dthr_init.c368 thread->base_priority = THR_DEFAULT_PRIORITY; in init_main_thread()
H A Dthr_private.h432 char base_priority; member