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.c56 #define AIO_TIMEOUT_WAIT 1 macro
378 timedwait = AIO_TIMEOUT_WAIT; in __aio_suspend()
477 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
544 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
583 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
604 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_suspend()
1016 if (timedwait == AIO_TIMEOUT_WAIT) { in __aio_waitn()
1133 if (timedwait == AIO_TIMEOUT_WAIT && in __aio_waitn()
1268 *timedwait = AIO_TIMEOUT_WAIT; in _aio_check_timeout()