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

/darwin-on-arm/xnu/osfmk/kern/
H A Dmachine.c253 prev = thread_bind(processor);
282 thread_bind(prev);
H A Dstartup.c304 kernel_bootstrap_thread_kprintf("calling thread_bind\n");
305 thread_bind(processor);
417 thread_bind(PROCESSOR_NULL);
H A Dprocessor.c408 prev = thread_bind(processor);
413 thread_bind(prev);
H A Dsched_prim.h194 extern processor_t thread_bind(
H A Dsched_prim.c1591 * thread_bind:
1601 thread_bind( function
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_thread.c88 thread_bind(proc);
109 thread_bind(PROCESSOR_NULL);
/darwin-on-arm/xnu/osfmk/i386/
H A DpmCPU.c846 callbacks->ThreadBind = thread_bind;

Completed in 90 milliseconds