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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c52 /* defines for timedwait in __aio_waitn() and __aio_suspend() */
353 int timedwait; local
383 timedwait = AIO_TIMEOUT_WAIT;
387 timedwait = AIO_TIMEOUT_POLL;
391 timedwait = AIO_TIMEOUT_INDEF;
482 if (timedwait == AIO_TIMEOUT_WAIT) {
492 } else if (timedwait == AIO_TIMEOUT_POLL) {
549 if (timedwait == AIO_TIMEOUT_WAIT) {
582 if (timedwait == AIO_TIMEOUT_POLL) {
588 if (timedwait
948 int timedwait = AIO_TIMEOUT_UNDEF; local
1258 _aio_check_timeout(const timespec_t *utimo, timespec_t *end, int *timedwait) argument
[all...]
H A Daio.c513 int timedwait = 0; local
537 timedwait++;
617 } else if (timedwait) {

Completed in 21 milliseconds