Lines Matching refs:timeout
33 struct __timeval64 *timeout) in __select64() argument
35 __time64_t s = timeout != NULL ? timeout->tv_sec : 0; in __select64()
36 int32_t us = timeout != NULL ? timeout->tv_usec : 0; in __select64()
57 if (timeout != NULL) in __select64()
71 if (timeout != NULL) in __select64()
72 TIMESPEC_TO_TIMEVAL (timeout, pts64); in __select64()
75 bool need_time64 = timeout != NULL && !in_time_t_range (timeout->tv_sec); in __select64()
80 if ((r >= 0 || errno != ENOSYS) && timeout != NULL) in __select64()
82 TIMESPEC_TO_TIMEVAL (timeout, &ts64); in __select64()
100 if (timeout != NULL) in __select64()
101 TIMESPEC_TO_TIMEVAL (timeout, pts32); in __select64()
112 if (timeout != NULL) in __select64()
113 *timeout = valid_timeval_to_timeval64 (tv32); in __select64()
124 struct timeval *timeout) in libc_hidden_def()
127 if (timeout != NULL) in libc_hidden_def()
129 tv64 = valid_timeval_to_timeval64 (*timeout); in libc_hidden_def()
133 if (timeout != NULL) in libc_hidden_def()
135 *timeout = valid_timeval64_to_timeval (tv64); in libc_hidden_def()