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

/darwin-on-arm/xnu/bsd/sys/
H A Daio.h172 #define LIO_WAIT 0x2 macro
284 * argument takes one of the values LIO_WAIT or LIO_NOWAIT and determines whether
286 * as the operations have been queued. If the mode argument is LIO_WAIT, the
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_aio.c115 * lio_listio LIO_WAIT). Requests then move to the per process aio_activeq
1448 * aiocbs either synchronously (mode == LIO_WAIT) or asynchronously
1476 if ( !(uap->mode == LIO_NOWAIT || uap->mode == LIO_WAIT) ) {
1528 lio_context->io_waiter = uap->mode == LIO_WAIT ? 1 : 0; /* Should it be freed by last AIO */
1548 * when mode is LIO_WAIT or signal user when mode is LIO_NOWAIT.
1603 case LIO_WAIT:
2223 /* explicit wakeup of lio_listio() waiting in LIO_WAIT */

Completed in 72 milliseconds