Searched refs:wmesg (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h230 extern int msleep(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, struct timespec * ts );
299 extern int tsleep(void *chan, int pri, const char *wmesg, int timo);
300 extern int msleep1(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, u_int64_t timo);
H A Dproc_internal.h688 extern int tsleep0(void *chan, int pri, const char *wmesg, int timo, int (*continuation)(int));
689 extern int tsleep1(void *chan, int pri, const char *wmesg, u_int64_t abstime, int (*continuation)(int));
690 extern int msleep0(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, int timo, int (*continuation)(int));
H A Dtty.h326 void *chan, int pri, const char *wmesg, int timeout);
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c798 bpf_sleep(struct bpf_d *d, int pri, const char *wmesg, int timo) argument
805 return msleep1((caddr_t)d, bpf_mlock, pri, wmesg, abstime);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2990 * wmesg Wait message; shows up in debugger,
3010 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) argument
3019 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0);

Completed in 31 milliseconds