Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dprocessor.c1481 if (type == PSET_THING_THREAD) { in processor_set_things()
1531 if (type == PSET_THING_THREAD) { in processor_set_things()
1587 if (type == PSET_THING_THREAD) { in processor_set_things()
1619 if (type == PSET_THING_THREAD) { in processor_set_things()
1651 if (type == PSET_THING_THREAD) { in processor_set_things()
1763 PSET_THING_THREAD, TASK_FLAVOR_CONTROL); in processor_set_threads()
H A Dprocessor.h668 #define PSET_THING_THREAD 1 macro