Searched defs:AIO_TIMEOUT_POLL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c55 #define AIO_TIMEOUT_POLL 0 macro
382 timedwait = AIO_TIMEOUT_POLL;
487 } else if (timedwait == AIO_TIMEOUT_POLL) {
577 if (timedwait == AIO_TIMEOUT_POLL) {
1104 timedwait = AIO_TIMEOUT_POLL;
1147 if (_aio_outstand_cnt > 0 && timedwait != AIO_TIMEOUT_POLL) {
1172 timedwait = AIO_TIMEOUT_POLL;
1176 timedwait = AIO_TIMEOUT_POLL;
1179 if (timedwait == AIO_TIMEOUT_POLL) {
1246 * AIO_TIMEOUT_POLL
[all...]

Completed in 47 milliseconds