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