Searched refs:AIO_EXIT_WAIT (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Daio_kern.h81 #define AIO_EXIT_WAIT 0x00008000 /* process is trying to exit or exec and is */ macro
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c887 error = do_aio_cancel_locked( p, 0, 0, AIO_EXIT_WAIT, TRUE );
2272 if ((entryp->flags & AIO_EXIT_WAIT) && (entryp->flags & AIO_CLOSE_WAIT)) {
2289 if ( (entryp->flags & AIO_EXIT_WAIT) != 0 ) {

Completed in 37 milliseconds