Searched refs:wmesg (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | proc.h | 258 extern int msleep(void *chan, lck_mtx_t *mtx, int pri, const char *__unsafe_indexable wmesg, s… 259 extern int msleep0(void *chan, lck_mtx_t *mtx, int pri, const char *__unsafe_indexable wmesg, … 429 extern int tsleep(void *chan, int pri, const char *wmesg, int timo); 430 extern int msleep1(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, u_int64_t timo);
|
| H A D | tty.h | 335 void *chan, int pri, const char *wmesg, int timeout);
|
| H A D | proc_internal.h | 918 extern int tsleep0(void *chan, int pri, const char *wmesg, int timo, int (*continuation)(int)); 919 extern int tsleep1(void *chan, int pri, const char *wmesg, u_int64_t abstime, int (*continuati…
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | README.md | 70 … pri io_policy state wait_queue wait_event wmesg thr… 259 … pri io_policy state wait_queue wait_event wmesg thr…
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | tty.c | 3232 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) in ttysleep() argument 3245 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0); in ttysleep()
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | bpf.c | 1231 bpf_sleep(struct bpf_d *d, int pri, const char *wmesg, int timo) in bpf_sleep() argument 1239 return msleep1((caddr_t)d, bpf_mlock, pri, wmesg, abstime); in bpf_sleep()
|