/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/aio_h/ |
H A D | 3-1-buildonly.c | 17 static int dummy4 = LIO_NOWAIT;
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/include/ |
H A D | aio.h | 40 #define LIO_NOWAIT 1 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | aio.c | 28 C(LIO_NOWAIT) in f()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/ |
H A D | 10-1.c | 12 * 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 D | 2-1.c | 12 * 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 D | 3-1.c | 12 * 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 D | 14-1.c | 18 * - 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 D | 15-1.c | 135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
H A D | 4-1.c | 138 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
H A D | 7-1.c | 135 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
H A D | 4-1.c | 143 ret = lio_listio(LIO_NOWAIT, aiolist, NUM_AIOCBS, &event); in main()
|
H A D | 9-1.c | 128 ret = lio_listio(LIO_NOWAIT, aiocbs, num_aiocbs, &event); in do_test()
|
H A D | 1-1.c | 137 ret = lio_listio(LIO_NOWAIT, aiocbs, NUM_AIOCBS, &event); in main()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | aio.rs | 75 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 D | tlibio.c | 927 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 D | mod.rs | 1023 pub const LIO_NOWAIT: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 457 pub const LIO_NOWAIT: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2154 pub const LIO_NOWAIT: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1403 pub const LIO_NOWAIT: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2506 pub const LIO_NOWAIT: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1905 pub const LIO_NOWAIT: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 4370 pub const LIO_NOWAIT: ::c_int = 1; consts
|