Searched refs:LIO_NOWAIT (Results 1 – 25 of 33) sorted by relevance
12
/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/rust/crates/libc/libc-test/semver/ |
D | linux-musl.txt | 16 LIO_NOWAIT
|
D | linux-gnu.txt | 123 LIO_NOWAIT
|
D | fuchsia.txt | 407 LIO_NOWAIT
|
D | netbsd.txt | 604 LIO_NOWAIT
|
D | dragonfly.txt | 578 LIO_NOWAIT
|
D | freebsd.txt | 667 LIO_NOWAIT
|
/third_party/musl/porting/liteos_m/kernel/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/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/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 | 10-1.c | 130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
D | 3-1.c | 130 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()
|
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 | 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()
|
/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()
|
/third_party/rust/crates/nix/src/sys/ |
D | aio.rs | 75 LIO_NOWAIT,
|
12