Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.c2520 bool pset_unlocked = false; in thread_select() local
2524pset_unlocked = choose_next_rt_processor_for_IPI(pset, processor, true, &next_rt_processor, &next_… in thread_select()
2527pset_unlocked = choose_next_rt_processor_for_IPI(pset, processor, false, &next_rt_processor, &next… in thread_select()
2529 if (!pset_unlocked) { in thread_select()
2599 bool pset_unlocked = false; in thread_select() local
2602pset_unlocked = choose_next_rt_processor_for_IPI(pset, processor, true, &next_rt_processor, &next_… in thread_select()
2605pset_unlocked = choose_next_rt_processor_for_IPI(pset, processor, false, &next_rt_processor, &next… in thread_select()
2610 if (!pset_unlocked) { in thread_select()
2612 pset_unlocked = true; in thread_select()
2636 if (pset_unlocked) { in thread_select()