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

/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c919 _aio_flags &= ~(AIO_LIB_WAITN | AIO_WAIT_INPROGRESS | AIO_IO_WAITING);
920 if (_aio_flags & AIO_LIB_WAITN_PENDING) {
921 _aio_flags &= ~AIO_LIB_WAITN_PENDING;
967 while (_aio_flags & AIO_LIB_WAITN) {
973 _aio_flags |= AIO_LIB_WAITN_PENDING;
987 _aio_flags |= AIO_LIB_WAITN;
1083 _aio_flags |= AIO_WAIT_INPROGRESS;
1093 _aio_flags &= ~AIO_WAIT_INPROGRESS;
1167 _aio_flags |= AIO_IO_WAITING;
1176 _aio_flags
[all...]
H A Daio_alloc.c386 _aio_flags = 0;
414 DISPLAY(_aio_flags);
H A Daio.c117 int _aio_flags = 0; /* see asyncio.h defines for */ variable
1430 if ((_aio_flags & AIO_WAIT_INPROGRESS) || _aio_kernel_suspend > 0)
/osnet-11/usr/src/lib/libc/inc/
H A Dasyncio.h178 /* values for _aio_flags */
337 extern int _aio_flags; /* see defines, above */

Completed in 23 milliseconds