Searched refs:tsleep0 (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_synch.c | 397 tsleep0( in tsleep0() function
|
| H A D | kern_sig.c | 884 (void) tsleep0((caddr_t) p, PPAUSE | PCATCH, "pause", 0, sigcontinue); in sigsuspend_nocancel()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | proc_internal.h | 852 extern int tsleep0(void *chan, int pri, const char *wmesg, int timo, int (*continuation)(int));
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | pf.c | 1624 (void) tsleep0(pf_purge_thread_fn, PWAIT, "pf_purge_cont", in pf_purge_thread_cont() 1636 (void) tsleep0(pf_purge_thread_fn, PWAIT, "pf_purge", 0, in pf_purge_thread_fn()
|