Searched refs:AIO_WAIT_INPROGRESS (Results 1 – 3 of 3) sorted by relevance
181 #define AIO_WAIT_INPROGRESS 0x1 macro
912 _aio_flags &= ~(AIO_LIB_WAITN | AIO_WAIT_INPROGRESS | AIO_IO_WAITING); in _aio_waitn_cleanup()1076 _aio_flags |= AIO_WAIT_INPROGRESS; in __aio_waitn()1086 _aio_flags &= ~AIO_WAIT_INPROGRESS; in __aio_waitn()
1437 if ((_aio_flags & AIO_WAIT_INPROGRESS) || _aio_kernel_suspend > 0) in _aiodone()