Home
last modified time | relevance | path

Searched refs:msleep0 (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dnwk_wq.c78 (void) msleep0(&nwk_wq_waitch, &nwk_wq_lock, in nwk_wq_thread_cont()
103 (void) msleep0(&nwk_wq_waitch, &nwk_wq_lock, in nwk_wq_thread_func()
H A Dflowadv.c181 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN), in flowadv_thread_cont()
267 (void) msleep0(&fadv_list, &fadv_lock, (PSOCK | PSPIN), in flowadv_thread_func()
/xnu-12377.1.9/bsd/kern/
H A Dkern_synch.c335 msleep0( in msleep0() function
H A Dkern_credential.c697 …error = msleep0(&kauth_resolver_unsubmitted, &kauth_resolver_mtx, PCATCH, "GRGetWork", 0, kauth_re… in kauth_resolver_getwork_continue()
840 …error = msleep0(&kauth_resolver_unsubmitted, &kauth_resolver_mtx, PCATCH, "GRGetWork", 0, kauth_re… in kauth_resolver_getwork()
H A Dkern_exit.c3098 …if ((error = msleep0((caddr_t)q, &proc_list_mlock, PWAIT | PCATCH | PDROP, "wait", 0, wait1continu… in wait4_nocancel()
3389 if ((error = msleep0(q, &proc_list_mlock, in waitid_nocancel()
H A Dtty.c3245 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0); in ttysleep()
/xnu-12377.1.9/bsd/sys/
H A Dproc.h259 extern int msleep0(void *chan, lck_mtx_t *mtx, int pri, const char *__unsafe_indexable wmesg, …
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_kern.c2290 (void) msleep0(&nxprov_detach_wchan, &sk_lock, (PZERO - 1), in nxprov_detacher()
2311 (void) msleep0(&nxprov_detach_wchan, &sk_lock, in nxprov_detacher_cont()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_bio.c4813 …(void)msleep0(&bufqueues[BQ_LAUNDRY], &buf_mtx, PRIBIO | PDROP, "blaundry", 0, (bcleanbufcontinuat… in bcleanbuf_thread()