Searched refs:MSG_EXCEPT (Results 1 – 8 of 8) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 26 #define MSG_EXCEPT 020000 macro
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv03.c | 49 {EINVAL, MSG_EXCEPT, MSGTYPE,
|
D | msgrcv02.c | 61 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT | MSG_EXCEPT, 0, ENOMSG},
|
D | msgrcv07.c | 62 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, MSGTYPE2, MSG_EXCEPT)); in test_msg_except()
|