Home
last modified time | relevance | path

Searched refs:LIO_NOWAIT (Results 1 - 25 of 25) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/
H A D3-1-buildonly.c17 static int dummy4 = LIO_NOWAIT;
/third_party/musl/porting/uniproton/kernel/include/
H A Daio.h40 #define LIO_NOWAIT 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Daio.h40 #define LIO_NOWAIT 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Daio.h40 #define LIO_NOWAIT 1 macro
/third_party/musl/include/
H A Daio.h40 #define LIO_NOWAIT 1 macro
/third_party/musl/libc-test/src/api/
H A Daio.c28 C(LIO_NOWAIT) in f()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D10-1.c12 * if mode is LIO_NOWAIT, lio_listio() shall return the value zero if
18 * - submit a list of writes to lio_listio in LIO_NOWAIT mode
130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D2-1.c12 * If mode is LIO_NOWAIT, lio_listio() shall return immediately.
17 * - submit a list of writes to lio_listio in LIO_NOWAIT mode
111 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D3-1.c12 * If mode is LIO_NOWAIT, and sig is not NULL, asynchronous notification
18 * - submit a list of writes to lio_listio in LIO_NOWAIT mode
130 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D14-1.c18 * - submit a list with an invalid aiocb to lio_listio in LIO_NOWAIT mode
141 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D15-1.c135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D4-1.c138 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
H A D7-1.c135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
H A D4-1.c143 ret = lio_listio(LIO_NOWAIT, aiolist, NUM_AIOCBS, &event); in main()
H A D9-1.c128 ret = lio_listio(LIO_NOWAIT, aiocbs, num_aiocbs, &event); in do_test()
H A D1-1.c137 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
/third_party/rust/crates/nix/src/sys/
H A Daio.rs75 LIO_NOWAIT,
1117 /// lio_listio(LioMode::LIO_NOWAIT, &mut[aiow.as_mut()], SigevNotify::SigevNone)
1167 /// lio_listio(LioMode::LIO_NOWAIT, &mut[aiow.as_mut()], sev).unwrap();
/third_party/ltp/lib/
H A Dtlibio.c927 listio_cmd = LIO_NOWAIT; in lio_write_buffer()
931 "lio_listio(LIO_NOWAIT, aiolist, 1, NULL) LIO_WRITE, fd:%d, nbyte:%d", in lio_write_buffer()
1505 listio_cmd = LIO_NOWAIT; in lio_read_buffer()
1509 "lio_listio(LIO_NOWAIT, 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.rs1023 pub const LIO_NOWAIT: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs457 pub const LIO_NOWAIT: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2154 pub const LIO_NOWAIT: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1403 pub const LIO_NOWAIT: ::c_int = 0; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2506 pub const LIO_NOWAIT: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1905 pub const LIO_NOWAIT: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4370 pub const LIO_NOWAIT: ::c_int = 1; consts

Completed in 67 milliseconds