Searched refs:timeout (Results 1 – 5 of 5) sorted by relevance
/hurd/ |
A D | intr-msg.c | 37 mach_msg_timeout_t timeout, in _hurd_intr_rpc_mach_msg() argument 43 const mach_msg_timeout_t user_timeout = timeout; in _hurd_intr_rpc_mach_msg() 88 timeout, notify); in _hurd_intr_rpc_mach_msg() 119 rcv_size, rcv_name, timeout, notify, in _hurd_intr_rpc_mach_msg() 311 timeout = user_timeout; in _hurd_intr_rpc_mach_msg() 342 || timeout > _hurd_interrupted_rpc_timeout) in _hurd_intr_rpc_mach_msg() 343 timeout = _hurd_interrupted_rpc_timeout; in _hurd_intr_rpc_mach_msg() 348 timeout = user_timeout; in _hurd_intr_rpc_mach_msg() 395 timeout = user_timeout; in _hurd_intr_rpc_mach_msg()
|
A D | hurdselect.c | 49 const struct timespec *timeout, const sigset_t *sigmask) in _hurd_select() argument 89 if (timeout == NULL) in _hurd_select() 95 if (timeout->tv_sec < 0 || ! valid_nanoseconds (timeout->tv_nsec)) in _hurd_select() 105 ts.tv_sec = now.tv_sec + timeout->tv_sec; in _hurd_select() 106 ts.tv_nsec = now.tv_nsec + timeout->tv_nsec; in _hurd_select() 325 if (timeout == NULL) in _hurd_select() 425 if (timeout != NULL && firstfd == -1) in _hurd_select() 428 to = timeout->tv_sec * 1000 + (timeout->tv_nsec + 999999) / 1000000; in _hurd_select()
|
A D | report-wait.c | 160 mach_msg_timeout_t timeout; in weak_extern() local 166 &option, &timeout) == 0) in weak_extern() 207 cur = describe_number (cur, 0, timeout, limit - cur); in weak_extern()
|
/hurd/hurd/ |
A D | signal.h | 366 mach_msg_timeout_t timeout,
|
A D | fd.h | 282 const struct timespec *timeout,
|
Completed in 11 milliseconds