Searched refs:_aio_flags (Results 1 – 4 of 4) sorted by relevance
910 _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 …]
384 _aio_flags = 0; in postfork1_child_aio()412 DISPLAY(_aio_flags); in _aio_exit_info()
118 int _aio_flags = 0; /* see asyncio.h defines for */ variable1438 if ((_aio_flags & AIO_WAIT_INPROGRESS) || _aio_kernel_suspend > 0) in _aiodone()
335 extern int _aio_flags; /* see defines, above */