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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio_kern.h71 #define AIO_WAITING 0x00004000 /* process is trying to exit, exec, or close and is */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c815 entryp->flags |= AIO_WAITING; /* flag for special completion processing */
1953 * AIO_WAITING is set then we need to look to see if there are any
1959 if ( (entryp->flags & AIO_WAITING) != 0 ) {

Completed in 24 milliseconds