Searched refs:thread_bind (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmachine.c247 prev = thread_bind(processor);
265 thread_bind(prev);
H A Dstartup.c250 kernel_bootstrap_thread_kprintf("calling thread_bind\n");
251 thread_bind(processor);
326 thread_bind(PROCESSOR_NULL);
H A Dsched_prim.h185 extern processor_t thread_bind(
H A Dprocessor.c338 prev = thread_bind(processor);
343 thread_bind(prev);
H A Dsched_prim.c1131 * thread_bind:
1141 thread_bind( function
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c88 thread_bind(proc);
109 thread_bind(PROCESSOR_NULL);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DDiagnostics.c406 thread_bind(PROCESSOR_NULL); /* Unbind us */
440 thread_bind(prssr); /* Bind us to the processor */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.c647 callbacks->ThreadBind = thread_bind;

Completed in 172 milliseconds