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

/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs157 routine thread_resume(
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c129 #include <mach/thread_act.h> /* for thread_resume() */
1104 (void) thread_resume(thread);
H A Dkern_exit.c705 thread_resume(thread);
1834 thread_resume(thread);
H A Dkern_fork.c129 #include <mach/thread_act.h> /* for thread_resume() */
857 * Important: The child thread_resume occurs before the parent returns;
892 (void)thread_resume(child_thread);
H A Dkern_exec.c2214 (void)thread_resume(imgp->ip_new_thread);
2368 (void)thread_resume(imgp->ip_new_thread);
H A Dpthread_synch.c95 #include <mach/thread_act.h> /* for thread_resume */
405 kret = thread_resume(th);
2077 * thread_resume since the abort has already resumed us
2218 * since thread_resume locks the thread via a full mutex
2220 thread_resume(th);
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_act.c247 thread_resume( function
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h123 /* Routine thread_resume */
129 kern_return_t thread_resume
1130 { "thread_resume", 3606 },\

Completed in 131 milliseconds