Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dprocessor.c1307 if (type == PSET_THING_THREAD) { in processor_set_things()
1354 if (type == PSET_THING_THREAD) { in processor_set_things()
1410 if (type == PSET_THING_THREAD) { in processor_set_things()
1442 if (type == PSET_THING_THREAD) { in processor_set_things()
1473 if (type == PSET_THING_THREAD) { in processor_set_things()
1615 …ret = processor_set_things(pset, (void **)thread_list, count, PSET_THING_THREAD, TASK_FLAVOR_CONTR… in processor_set_threads()
H A Dprocessor.h523 #define PSET_THING_THREAD 1 macro