Home
last modified time | relevance | path

Searched refs:THREAD_URGENCY_LOWPRI (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dsched_urgency.h42THREAD_URGENCY_LOWPRI = 4, /* low priority but not "background" hint for performance … enumerator
H A Dsched_prim.c7099 urgency = THREAD_URGENCY_LOWPRI; in thread_get_urgency()