Home
last modified time | relevance | path

Searched refs:tsleep0 (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.81.4/bsd/kern/
H A Dkern_synch.c397 tsleep0( in tsleep0() function
H A Dkern_sig.c885 (void) tsleep0((caddr_t) p, PPAUSE | PCATCH, "pause", 0, sigcontinue); in sigsuspend_nocancel()
/xnu-11215.81.4/bsd/sys/
H A Dproc_internal.h857 extern int tsleep0(void *chan, int pri, const char *wmesg, int timo, int (*continuation)(int));
/xnu-11215.81.4/bsd/net/
H A Dpf.c1605 (void) tsleep0(pf_purge_thread_fn, PWAIT, "pf_purge_cont", in pf_purge_thread_cont()
1617 (void) tsleep0(pf_purge_thread_fn, PWAIT, "pf_purge", 0, in pf_purge_thread_fn()