Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dprocessor.h428 …int starting_pri; /* priority of current thread as it was when sched… member
H A Dstartup.c1027 processor->starting_pri = thread->sched_pri; in load_context()
H A Dprocessor.c318 processor->starting_pri = MINPRI; in processor_init()
H A Dsched_prim.c3789 if (processor->starting_pri > thread->sched_pri) { in thread_dispatch()
4044 processor->starting_pri = self->sched_pri; in thread_dispatch()