Home
last modified time | relevance | path

Searched refs:LIO_WAIT (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/src/aio/
H A Dlio_listio.c81 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 Dlio_listio.c82 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 D5-1.c90 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 D8-1.c81 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
H A D9-1.c76 if (lio_listio(LIO_WAIT, list, 1, NULL) == -1) { in main()
H A D1-1.c12 * 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 D13-1.c12 * 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 D12-1.c12 * 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 D3-1-buildonly.c19 static int dummy6 = LIO_WAIT;
/third_party/musl/porting/uniproton/kernel/include/
H A Daio.h39 #define LIO_WAIT 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Daio.h39 #define LIO_WAIT 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Daio.h39 #define LIO_WAIT 0 macro
/third_party/musl/include/
H A Daio.h39 #define LIO_WAIT 0 macro
/third_party/musl/libc-test/src/api/
H A Daio.c30 C(LIO_WAIT) in f()
/third_party/rust/crates/nix/src/sys/
H A Daio.rs73 LIO_WAIT,
1090 /// lio_listio(LioMode::LIO_WAIT, &mut[aiow.as_mut()], SigevNotify::SigevNone)
/third_party/ltp/lib/
H A Dtlibio.c858 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 Dmod.rs1022 pub const LIO_WAIT: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs456 pub const LIO_WAIT: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2153 pub const LIO_WAIT: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1402 pub const LIO_WAIT: ::c_int = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2505 pub const LIO_WAIT: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1904 pub const LIO_WAIT: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4369 pub const LIO_WAIT: ::c_int = 2; consts

Completed in 65 milliseconds