Searched refs:timo (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_synch.c | 340 int timo, in msleep0() argument 345 if (timo) { in msleep0() 346 clock_interval_to_deadline(timo, NSEC_PER_SEC / hz, &abstime); in msleep0() 386 int timo) in tsleep() argument 390 if (timo) { in tsleep() 391 clock_interval_to_deadline(timo, NSEC_PER_SEC / hz, &abstime); in tsleep() 401 int timo, in tsleep0() argument 406 if (timo) { in tsleep0() 407 clock_interval_to_deadline(timo, NSEC_PER_SEC / hz, &abstime); in tsleep0()
|
| H A D | tty.c | 3226 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) in ttysleep() argument 3239 error = msleep0(chan, &tp->t_lock, pri, wmesg, timo, (int (*)(int))0); in ttysleep()
|
| /xnu-10063.101.15/libsyscall/wrappers/ |
| H A D | select-base.c | 107 fd_set * __restrict efds, const struct timespec * __restrict timo, in _pselect_emulated() argument 114 if (timo) { in _pselect_emulated() 115 tvtimo.tv_sec = timo->tv_sec; in _pselect_emulated() 116 tvtimo.tv_usec = (__darwin_suseconds_t)(timo->tv_nsec / 1000); in _pselect_emulated()
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | proc.h | 258 …*chan, lck_mtx_t *mtx, int pri, const char *__unsafe_indexable wmesg, int timo, int (*continuation… 390 extern int tsleep(void *chan, int pri, const char *wmesg, int timo); 391 extern int msleep1(void *chan, lck_mtx_t *mtx, int pri, const char *wmesg, u_int64_t timo);
|
| H A D | proc_internal.h | 843 extern int tsleep0(void *chan, int pri, const char *wmesg, int timo, int (*continuation)(int));
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | bpf.c | 1153 bpf_sleep(struct bpf_d *d, int pri, const char *wmesg, int timo) in bpf_sleep() argument 1157 if (timo != 0) { in bpf_sleep() 1158 clock_interval_to_deadline(timo, NSEC_PER_SEC / hz, &abstime); in bpf_sleep()
|