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

/darwin-on-arm/xnu/bsd/sys/
H A Daio_kern.h77 #define AIO_CLOSE_WAIT 0x00004000 /* process is trying to close and is */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c593 error = do_aio_cancel_locked( p, fd, 0, AIO_CLOSE_WAIT, FALSE );
2257 if ((entryp->flags & AIO_EXIT_WAIT) && (entryp->flags & AIO_CLOSE_WAIT)) {
2297 if ( (entryp->flags & AIO_CLOSE_WAIT) != 0 ) {

Completed in 21 milliseconds