Searched refs:LIO_NOWAIT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Daio.h126 #define LIO_NOWAIT 0x1 macro
258 * argument takes one of the values LIO_WAIT or LIO_NOWAIT and determines whether
263 * If the mode argument is LIO_NOWAIT, the function shall return immediately, and
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_aio.c1053 * either synchronously (mode == LIO_WAIT) or asynchronously (mode == LIO_NOWAIT).
1076 if ( !(uap->mode == LIO_NOWAIT || uap->mode == LIO_WAIT) ) {
1090 * user when mode is LIO_NOWAIT.
1142 if ( uap->mode == LIO_NOWAIT )
1183 if ( uap->mode == LIO_NOWAIT ) {
1196 if ( uap->mode == LIO_NOWAIT ) {
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c4788 my_err = lio_listio( LIO_NOWAIT, my_aiocb_list, AIO_TESTS_OUR_COUNT, NULL );

Completed in 41 milliseconds