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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c940 __aio_waitn(void **list, uint_t nent, uint_t *nwait, const timespec_t *utimo) argument
951 timespec_t twait; /* copy of utimo for internal calculations */
968 if (utimo && utimo->tv_sec == 0 && utimo->tv_nsec == 0) {
989 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) {
995 twait = *utimo;
1053 if (_aio_check_timeout(utimo, &end, &timedwait) != 0) {
1059 twait = *utimo;
1258 _aio_check_timeout(const timespec_t *utimo, timespec_ argument
[all...]

Completed in 17 milliseconds