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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.c2063 thread_invoke( function
2074 panic("thread_invoke: preemption_level %d, possible cause: %s",
2161 TLOG(1, "thread_invoke: calling stack_handoff\n");
2283 TLOG(1,"thread_invoke: returning machine_switch_context: self %p continuation %p thread %p\n", self, continuation, thread);
2511 * If a continuation is specified, then thread_invoke will
2558 } while (!thread_invoke(self, new_thread, reason));
2610 while (!thread_invoke(self, new_thread, handoff)) {

Completed in 15 milliseconds