Searched refs:msleep0 (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | nwk_wq.c | 78 (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 D | flowadv.c | 181 (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 D | kern_synch.c | 335 msleep0( in msleep0() function
|
| H A D | kern_credential.c | 697 …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 D | kern_exit.c | 3098 …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 D | tty.c | 3245 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0); in ttysleep()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | proc.h | 259 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 D | nexus_kern.c | 2290 (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 D | vfs_bio.c | 4813 …(void)msleep0(&bufqueues[BQ_LAUNDRY], &buf_mtx, PRIBIO | PDROP, "blaundry", 0, (bcleanbufcontinuat… in bcleanbuf_thread()
|