Searched refs:AIO_IO_WAITING (Results 1 – 2 of 2) sorted by relevance
183 #define AIO_IO_WAITING 0x2 macro
912 _aio_flags &= ~(AIO_LIB_WAITN | AIO_WAIT_INPROGRESS | AIO_IO_WAITING); in _aio_waitn_cleanup()1160 _aio_flags |= AIO_IO_WAITING; in __aio_waitn()1169 _aio_flags &= ~AIO_IO_WAITING; in __aio_waitn()1231 if (_aio_flags & AIO_IO_WAITING) { in _aio_waitn_wakeup()