Home
last modified time | relevance | path

Searched refs:AIO_WAIT_INPROGRESS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h179 #define AIO_WAIT_INPROGRESS 0x1 macro
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c911 _aio_flags &= ~(AIO_LIB_WAITN | AIO_WAIT_INPROGRESS | AIO_IO_WAITING); in _aio_waitn_cleanup()
1075 _aio_flags |= AIO_WAIT_INPROGRESS; in __aio_waitn()
1085 _aio_flags &= ~AIO_WAIT_INPROGRESS; in __aio_waitn()
H A Daio.c1434 if ((_aio_flags & AIO_WAIT_INPROGRESS) || _aio_kernel_suspend > 0) in _aiodone()