Searched refs:THING_TASK (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c133 #define THING_TASK 0 macro
159 if (type == THING_TASK)
188 case THING_TASK:
240 case THING_TASK:
386 return chudxnu_private_processor_set_things(&pset0, (mach_port_t **)task_list, count, THING_TASK);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dprocessor.c684 #define THING_TASK 0 macro
715 if (type == THING_TASK)
745 case THING_TASK: {
802 case THING_TASK: {
836 case THING_TASK: {
870 return(processor_set_things(pset, (mach_port_t **)task_list, count, THING_TASK));

Completed in 28 milliseconds