Searched refs:LIO_WAIT (Results 1 – 25 of 32) sorted by relevance
12
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
D | 5-1.c | 90 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main() 123 if (lio_listio(LIO_WAIT, aiocbs, 1, NULL) != -1) { in main()
|
D | 8-1.c | 81 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
|
D | 9-1.c | 76 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
|
D | 12-1.c | 89 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
|
D | 13-1.c | 93 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
|
D | 1-1.c | 116 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | lio_listio.c | 82 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio() 111 if (mode == LIO_WAIT) { in lio_listio()
|
/third_party/musl/src/aio/ |
D | lio_listio.c | 79 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio() 108 if (mode == LIO_WAIT) { in lio_listio()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
D | 3-1-buildonly.c | 19 static int dummy6 = LIO_WAIT;
|
/third_party/musl/ndk_musl_include/ |
D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-musl.txt | 18 LIO_WAIT
|
D | linux-gnu.txt | 125 LIO_WAIT
|
D | fuchsia.txt | 409 LIO_WAIT
|
D | netbsd.txt | 606 LIO_WAIT
|
D | dragonfly.txt | 580 LIO_WAIT
|
D | freebsd.txt | 669 LIO_WAIT
|
D | apple.txt | 822 LIO_WAIT
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/musl/include/ |
D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/musl/libc-test/src/api/ |
D | aio.c | 30 C(LIO_WAIT) in f()
|
/third_party/ltp/lib/ |
D | tlibio.c | 853 listio_cmd = LIO_WAIT; in lio_write_buffer() 1426 listio_cmd = LIO_WAIT; in lio_read_buffer()
|
/third_party/rust/crates/nix/src/sys/ |
D | aio.rs | 73 LIO_WAIT,
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1022 pub const LIO_WAIT: ::c_int = 0; constant
|
12