/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
D | msgrcv02.c | 59 {&queue_id, &rcv_buf, MSGSIZE, 3, IPC_NOWAIT, 0, ENOMSG}, 60 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT, 0, ENOMSG}, 61 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT | MSG_EXCEPT, 0, ENOMSG},
|
D | msgrcv08.c | 43 SAFE_MSGSND(queue_id, &snd_buf, sizeof(snd_buf.mtext), IPC_NOWAIT); in verify_msgrcv() 45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
|
D | msgrcv07.c | 122 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 0, MSG_COPY | IPC_NOWAIT)); in test_msg_copy() 142 TEST(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, MSG_COPY | IPC_NOWAIT)); in test_msg_copy()
|
D | msgrcv03.c | 52 {ENOMSG, IPC_NOWAIT, 2,
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 12-1-buildonly.c | 30 #ifndef IPC_NOWAIT 31 #error IPC_NOWAIT not defined
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_msg.c | 74 T(msgsnd(qid, &msg, sizeof msg.data, IPC_NOWAIT)); in snd() 102 T(msgrcv(qid, &msg, sizeof msg.data, msgtyp, IPC_NOWAIT)); in rcv() 107 if (msgrcv(qid, &msg, sizeof msg.data, msgtyp, MSG_NOERROR|IPC_NOWAIT) != -1 || errno != ENOMSG) in rcv()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/ |
D | msgsnd05.c | 38 {IPC_NOWAIT, EAGAIN, 0}, 84 while (msgsnd(queue_id, &snd_buf, MSGSIZE, IPC_NOWAIT) != -1) in setup()
|
D | msgsnd06.c | 41 while (msgsnd(queue_id, &snd_buf, MSGSIZE, IPC_NOWAIT) != -1) in do_test()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | sem_comm.c | 80 sm.sem_flg = IPC_NOWAIT; in chld1_sem() 124 sm.sem_flg = IPC_NOWAIT; in chld2_sem()
|
D | msg_comm.c | 88 2, IPC_NOWAIT); in chld1_msg()
|
D | semtest_2ns.c | 67 {0, -1, (IPC_NOWAIT | SEM_UNDO)} /* decrement sem#0 by 1 (sets it to 0) */
|
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
D | semop02.c | 62 {0, &valid_sem_id, NULL, &sem_op_zero, 2, 2, IPC_NOWAIT, 1, 1, &valid_to, EAGAIN}, 63 {0, &valid_sem_id, NULL, &sem_op_negative, 2, 2, IPC_NOWAIT, 1, 0, &valid_to, EAGAIN},
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ipc.h | 23 #define IPC_NOWAIT 04000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | ipc.h | 29 #define IPC_NOWAIT 04000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ipc.h | 29 #define IPC_NOWAIT 04000 macro
|
/third_party/musl/include/sys/ |
D | ipc.h | 29 #define IPC_NOWAIT 04000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ipc.h | 29 #define IPC_NOWAIT 04000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ipc.h | 29 #define IPC_NOWAIT 04000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ipc.h | 29 #define IPC_NOWAIT 04000 macro
|
/third_party/musl/libc-test/src/api/ |
D | sys_ipc.c | 21 C(IPC_NOWAIT) in f()
|
D | sys_sem.c | 49 C(IPC_NOWAIT) in f()
|
D | sys_shm.c | 44 C(IPC_NOWAIT) in f()
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/ |
D | msgget01.c | 43 SAFE_MSGRCV(queue_id, &rcv_buf, MSGSIZE, MSGTYPE, IPC_NOWAIT); in verify_msgget()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_direct.h | 293 struct sembuf op = { sem_num, -1, SEM_UNDO | IPC_NOWAIT }; in snd_pcm_direct_semaphore_up()
|
/third_party/libuv/src/unix/ |
D | os390.c | 620 msglen = msgrcv(ep->msg_queue, &msg, sizeof(msg), 0, IPC_NOWAIT); in os390_message_queue_handler()
|