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.c910 _aio_flags &= ~(AIO_LIB_WAITN | AIO_WAIT_INPROGRESS | AIO_IO_WAITING); in _aio_waitn_cleanup()
911 if (_aio_flags & AIO_LIB_WAITN_PENDING) { in _aio_waitn_cleanup()
912 _aio_flags &= ~AIO_LIB_WAITN_PENDING; in _aio_waitn_cleanup()
958 while (_aio_flags & AIO_LIB_WAITN) { in __aio_waitn()
964 _aio_flags |= AIO_LIB_WAITN_PENDING; in __aio_waitn()
978 _aio_flags |= AIO_LIB_WAITN; in __aio_waitn()
1074 _aio_flags |= AIO_WAIT_INPROGRESS; in __aio_waitn()
1084 _aio_flags &= ~AIO_WAIT_INPROGRESS; in __aio_waitn()
1158 _aio_flags |= AIO_IO_WAITING; in __aio_waitn()
1167 _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
1438 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 */