Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c55 #define AIO_TIMEOUT_WAIT 1 macro
377 timedwait = AIO_TIMEOUT_WAIT; in __aio_suspend()
476 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
543 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
582 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
603 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
1015 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_waitn()
1132 if (timedwait == AIO_TIMEOUT_WAIT && in __aio_waitn()
1267 *timedwait = AIO_TIMEOUT_WAIT; in _aio_check_timeout()