/third_party/musl/src/aio/ |
H A D | lio_listio.c | 81 if (mode == LIO_WAIT || (sev && sev->sigev_notify != SIGEV_NONE)) { in lio_listio() 110 if (mode == LIO_WAIT) { in lio_listio()
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
H A 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
H A 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()
|
H A D | 8-1.c | 81 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
|
H A D | 9-1.c | 76 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
|
H A D | 1-1.c | 12 * If mode is LIO_WAIT, lio_listio() shall wait until all I/O is 18 * - submit a list of writes to lio_listio in LIO_WAIT mode 116 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
H A D | 13-1.c | 12 * if mode is LIO_WAIT, lio_listio() shall return the value -1 and set 18 * - submit a list with invalid opcodes to lio_listio in LIO_WAIT mode 93 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
|
H A D | 12-1.c | 12 * if mode is LIO_WAIT, lio_listio() shall return the value zero when 18 * - submit a list of writes to lio_listio in LIO_WAIT mode 89 ret = lio_listio(LIO_WAIT, aiocbs, NUM_AIOCBS, NULL); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
H A D | 3-1-buildonly.c | 19 static int dummy6 = LIO_WAIT;
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/musl/include/ |
H A D | aio.h | 39 #define LIO_WAIT 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | aio.c | 30 C(LIO_WAIT) in f()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | aio.rs | 73 LIO_WAIT, 1090 /// lio_listio(LioMode::LIO_WAIT, &mut[aiow.as_mut()], SigevNotify::SigevNone)
|
/third_party/ltp/lib/ |
H A D | tlibio.c | 858 listio_cmd = LIO_WAIT; in lio_write_buffer() 862 "lio_listio(LIO_WAIT, aiolist, 1, NULL) LIO_WRITE, fd:%d, nbyte:%d, sig:%d", in lio_write_buffer() 1436 listio_cmd = LIO_WAIT; in lio_read_buffer() 1440 "lio_listio(LIO_WAIT, aiolist, 1, NULL) LIO_READ, fd:%d, nbyte:%d", in lio_read_buffer()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1022 pub const LIO_WAIT: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 456 pub const LIO_WAIT: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2153 pub const LIO_WAIT: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1402 pub const LIO_WAIT: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2505 pub const LIO_WAIT: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1904 pub const LIO_WAIT: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4369 pub const LIO_WAIT: ::c_int = 2; consts
|