Home
last modified time | relevance | path

Searched refs:_aio_flags (Results 1 – 4 of 4) sorted by relevance

/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()
912 if (_aio_flags & AIO_LIB_WAITN_PENDING) { in _aio_waitn_cleanup()
913 _aio_flags &= ~AIO_LIB_WAITN_PENDING; in _aio_waitn_cleanup()
959 while (_aio_flags & AIO_LIB_WAITN) { in __aio_waitn()
965 _aio_flags |= AIO_LIB_WAITN_PENDING; in __aio_waitn()
979 _aio_flags |= AIO_LIB_WAITN; in __aio_waitn()
1075 _aio_flags |= AIO_WAIT_INPROGRESS; in __aio_waitn()
1085 _aio_flags &= ~AIO_WAIT_INPROGRESS; in __aio_waitn()
1159 _aio_flags |= AIO_IO_WAITING; in __aio_waitn()
1168 _aio_flags &= ~AIO_IO_WAITING; in __aio_waitn()
[all …]
H A Daio_alloc.c384 _aio_flags = 0; in postfork1_child_aio()
412 DISPLAY(_aio_flags); in _aio_exit_info()
H A Daio.c118 int _aio_flags = 0; /* see asyncio.h defines for */ variable
1434 if ((_aio_flags & AIO_WAIT_INPROGRESS) || _aio_kernel_suspend > 0) in _aiodone()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h335 extern int _aio_flags; /* see defines, above */