Home
last modified time | relevance | path

Searched refs:AIO_CANCELED (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D6-1.c123 if (gret == AIO_CANCELED) { in main()
135 if (gret == AIO_CANCELED) { in main()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
D3-1-buildonly.c14 int dummy1 = AIO_CANCELED;
/external/ltp/android/include/
Daio.h24 AIO_CANCELED, enumerator
/external/fio/engines/
Dposixaio.c69 if (r == AIO_ALLDONE || r == AIO_CANCELED) in fio_posixaio_cancel()
/external/libusb/libusb/os/
Dsunos_usb.c1090 hpriv->eps[ep].datafd, ret, (ret == AIO_CANCELED)? in sunos_cancel_transfer()
1093 if (ret != AIO_CANCELED) { in sunos_cancel_transfer()