Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_cancel/
D7-1.c129 if (gret != AIO_NOTCANCELED) { in main()
145 if (gret == AIO_NOTCANCELED) { in main()
D1-1.c75 case AIO_NOTCANCELED: in main()
D2-1.c79 case AIO_NOTCANCELED: in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
D3-1-buildonly.c15 static int dummy2 = AIO_NOTCANCELED;
/third_party/musl/ndk_musl_include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/porting/uniproton/kernel/include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/include/
Daio.h32 #define AIO_NOTCANCELED 1 macro
/third_party/musl/libc-test/src/api/
Daio.c26 C(AIO_NOTCANCELED) in f()