Searched refs:PROCESSOR_NULL (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c908 if (processor != PROCESSOR_NULL && processor->active_thread == thread)
1001 if (processor != PROCESSOR_NULL && processor->active_thread == thread)
1135 * Returns the previous binding. PROCESSOR_NULL means
1203 (thread->bound_processor == PROCESSOR_NULL ||
1219 thread->runq = PROCESSOR_NULL;
1607 assert(self->runq == PROCESSOR_NULL);
1980 thread->runq = PROCESSOR_NULL;
2248 if (processor != PROCESSOR_NULL) {
2251 processor = PROCESSOR_NULL;
2281 processor = PROCESSOR_NULL;
[all...]
H A Dprocessor.c216 pset->low_pri = pset->low_count = PROCESSOR_NULL;
258 if (processor == PROCESSOR_NULL)
332 if (processor == PROCESSOR_NULL || processor->processor_set == PROCESSOR_SET_NULL)
430 if (processor == PROCESSOR_NULL)
442 if (processor == PROCESSOR_NULL)
H A Dthread_act.c686 if ( processor != PROCESSOR_NULL &&
863 if ( processor != PROCESSOR_NULL &&
889 if ( processor != PROCESSOR_NULL &&
H A Dmachine.c302 pset->low_pri = pset->low_count = PROCESSOR_NULL;
H A Dpriority.c283 assert(thread->runq == PROCESSOR_NULL);
H A Dstartup.c326 thread_bind(PROCESSOR_NULL);
H A Dthread.c159 thread_template.runq = PROCESSOR_NULL;
201 thread_template.bound_processor = PROCESSOR_NULL;
202 thread_template.last_processor = PROCESSOR_NULL;
923 if (thread->bound_processor != PROCESSOR_NULL && thread->bound_processor->idle_thread == thread)
H A Dsyscall_subr.c270 (thread->bound_processor == PROCESSOR_NULL ||
H A Dipc_host.c376 processor_t processor = PROCESSOR_NULL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmach_types.h254 #define PROCESSOR_NULL ((processor_t) 0) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c109 thread_bind(PROCESSOR_NULL);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.c406 thread_bind(PROCESSOR_NULL); /* Unbind us */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c892 for (proc = processor_list; proc != PROCESSOR_NULL; proc = proc->processor_list) {

Completed in 94 milliseconds