Searched refs:AIO_DONE_ACTIVE (Results 1 – 2 of 2) sorted by relevance
143 #define AIO_DONE_ACTIVE 0x0020 /* aio_done call in progress */ macro
319 aiop->aio_flags |= AIO_DONE_ACTIVE; in aio_done()336 aiop->aio_flags &= ~AIO_DONE_ACTIVE; in aio_done()1037 while ((aiop->aio_pending != 0) || (aiop->aio_flags & AIO_DONE_ACTIVE)) in aio_cleanup_exit()