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

/darwin-on-arm/xnu/bsd/sys/
H A Daio_kern.h80 #define AIO_EXIT_WAIT 0x00008000 /* process is trying to exit or exec and is */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c888 error = do_aio_cancel_locked( p, 0, 0, AIO_EXIT_WAIT, TRUE );
2257 if ((entryp->flags & AIO_EXIT_WAIT) && (entryp->flags & AIO_CLOSE_WAIT)) {
2274 if ( (entryp->flags & AIO_EXIT_WAIT) != 0 ) {

Completed in 22 milliseconds