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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h133 #define LIO_WAIT 0x2 macro
258 * argument takes one of the values LIO_WAIT or LIO_NOWAIT and determines whether
260 * as the operations have been queued. If the mode argument is LIO_WAIT, the
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c113 * lio_listio LIO_WAIT). Requests then move to the per process aio_activeq
1053 * either synchronously (mode == LIO_WAIT) or asynchronously (mode == LIO_NOWAIT).
1076 if ( !(uap->mode == LIO_NOWAIT || uap->mode == LIO_WAIT) ) {
1089 * before we either return to the caller when mode is LIO_WAIT or signal
1205 * mode is LIO_WAIT - handle the IO requests now.
1247 } /* uap->mode == LIO_WAIT */

Completed in 84 milliseconds