Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/sys/
H A Daio.h132 #define AIO_NOTCANCELED 0x4 macro
/xnu-11215.1.10/bsd/kern/
H A Dkern_aio.c569 if (error == AIO_NOTCANCELED) { in _aio_close()
833 if (error == AIO_NOTCANCELED) { in _aio_exit()
975 result = AIO_NOTCANCELED; in do_aio_cancel_locked()