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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dbsd_init.c127 #include <mach/thread_act.h> /* for thread_resume() */
1009 (void) thread_resume(thread);
H A Dkern_exit.c561 thread_resume((thread_t)q->sigwait_thread);
1739 thread_resume((thread_t)q->sigwait_thread);
H A Dkern_exec.c1836 (void)thread_resume(imgp->ip_vfork_thread);
2022 (void)thread_resume(imgp->ip_vfork_thread);
H A Dpthread_synch.c92 #include <mach/thread_act.h> /* for thread_resume */
966 kret = thread_resume(th);
1984 thread_resume(th);
H A Dkern_fork.c128 #include <mach/thread_act.h> /* for thread_resume() */
676 (void)thread_resume(newth);
H A Dmach_loader.c1014 thread_resume(thread);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread_act.c245 thread_resume( function
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_perfmon.c886 thread_resume(thread);
H A Dhw_exception.s852 ; by a thread_resume with no intervening thread_set_state. Just make an

Completed in 68 milliseconds