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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.c1467 thread_invoke( function
1477 panic("thread_invoke: preemption_level %d\n",
1537 TLOG(1, "thread_invoke: calling machine_stack_handoff\n");
1623 TLOG(1,"thread_invoke: returning machine_switch_context: self %p continuation %p thread %p\n", self, continuation, thread);
1794 * If a continuation is specified, then thread_invoke will
1835 } while (!thread_invoke(self, new_thread, reason));
1887 while (!thread_invoke(self, new_thread, handoff)) {

Completed in 26 milliseconds