Home
last modified time | relevance | path

Searched refs:utimo (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libc/port/aio/
H A Dposix_aio.c933 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) in __aio_waitn() argument
961 if (utimo && utimo->tv_sec == 0 && utimo->tv_nsec == 0) { in __aio_waitn()
982 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) { in __aio_waitn()
988 twait = *utimo; in __aio_waitn()
1046 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) { in __aio_waitn()
1052 twait = *utimo; in __aio_waitn()
1251 _aio_check_timeout(const timespec_t *utimo, timespec_t *end, int *timedwait) in _aio_check_timeout() argument
1255 if (utimo) { in _aio_check_timeout()
1256 if (utimo->tv_sec < 0 || utimo->tv_nsec < 0 || in _aio_check_timeout()
1257 utimo->tv_nsec >= NANOSEC) { in _aio_check_timeout()
[all …]