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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h69 #define AIO_DISABLE 0x00002000 /* process is trying to exit or exec and we need */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c720 entryp->flags |= AIO_DISABLE; /* flag for special completion processing */
783 entryp->flags |= AIO_DISABLE; /* flag for special completion processing */
817 entryp->flags |= AIO_DISABLE; /* flag for special completion processing */
1933 (entryp->flags & AIO_DISABLE) == 0 ) {

Completed in 307 milliseconds