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

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

Completed in 13 milliseconds