Searched refs:MSG_NOERROR (Results 1 – 17 of 17) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/include/sys/ |
D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | msg.h | 25 #define MSG_NOERROR 010000 macro
|
/third_party/musl/libc-test/src/api/ |
D | sys_msg.c | 13 C(MSG_NOERROR) in f()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv08.c | 45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
|
D | msgrcv07.c | 89 TEST(msgrcv(queue_id, &rcv_buf, msg_len, MSGTYPE1, MSG_NOERROR)); in test_msg_noerror()
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_msg.c | 107 if (msgrcv(qid, &msg, sizeof msg.data, msgtyp, MSG_NOERROR|IPC_NOWAIT) != -1 || errno != ENOMSG) in rcv()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 477 MSG_NOERROR
|
D | freebsd.txt | 769 MSG_NOERROR
|
D | linux.txt | 1318 MSG_NOERROR
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 951 pub const MSG_NOERROR: ::c_int = 0o10000; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1366 pub const MSG_NOERROR: ::c_int = 0o010000; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 2952 pub const MSG_NOERROR: ::c_int = 0o10000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1829 pub const MSG_NOERROR: ::c_int = 0o10000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2428 pub const MSG_NOERROR: ::c_int = 0o10000; constant
|