AIO_WAIT_INPROGRESS
if ((_aio_flags & AIO_WAIT_INPROGRESS) || _aio_kernel_suspend > 0)
_aio_flags |= AIO_WAIT_INPROGRESS;
_aio_flags &= ~AIO_WAIT_INPROGRESS;
_aio_flags &= ~(AIO_LIB_WAITN | AIO_WAIT_INPROGRESS | AIO_IO_WAITING);