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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc.h235 extern int msleep(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, struct timespec * ts );
304 extern int tsleep(void *chan, int pri, const char *wmesg, int timo);
305 extern int msleep1(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, u_int64_t timo);
H A Dproc_internal.h728 extern int tsleep0(void *chan, int pri, const char *wmesg, int timo, int (*continuation)(int));
729 extern int tsleep1(void *chan, int pri, const char *wmesg, u_int64_t abstime, int (*continuation)(int));
730 extern int msleep0(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, int timo, int (*continuation)(int));
H A Dtty.h327 void *chan, int pri, const char *wmesg, int timeout);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.c827 bpf_sleep(struct bpf_d *d, int pri, const char *wmesg, int timo) argument
834 return msleep1((caddr_t)d, bpf_mlock, pri, wmesg, abstime);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty.c3022 * wmesg Wait message; shows up in debugger,
3042 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) argument
3051 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0);

Completed in 115 milliseconds