Searched refs:LIO_NOWAIT (Results 1 – 18 of 18) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
D | 3-1-buildonly.c | 17 static int dummy4 = LIO_NOWAIT;
|
/third_party/musl/ndk_musl_include/ |
D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/include/ |
D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/libc-test/src/api/ |
D | aio.c | 28 C(LIO_NOWAIT) in f()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
D | 3-1.c | 130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 10-1.c | 130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 15-1.c | 135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 2-1.c | 130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 7-1.c | 135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 4-1.c | 138 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 14-1.c | 141 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
D | 9-1.c | 128 ret = lio_listio(LIO_NOWAIT, aiocbs, num_aiocbs, &event); in do_test()
|
D | 4-1.c | 143 ret = lio_listio(LIO_NOWAIT, aiolist, NUM_AIOCBS, &event); in main()
|
D | 1-1.c | 137 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
/third_party/ltp/lib/ |
D | tlibio.c | 922 listio_cmd = LIO_NOWAIT; in lio_write_buffer() 1495 listio_cmd = LIO_NOWAIT; in lio_read_buffer()
|