Home
last modified time | relevance | path

Searched refs:AIO_NOTCANCELED (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Daio.h132 #define AIO_NOTCANCELED 0x4 macro
/xnu-8792.41.9/bsd/kern/
H A Dkern_aio.c570 if (error == AIO_NOTCANCELED) { in _aio_close()
834 if (error == AIO_NOTCANCELED) { in _aio_exit()
976 result = AIO_NOTCANCELED; in do_aio_cancel_locked()