Home
last modified time | relevance | path

Searched refs:IPC_NOWAIT (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv02.c59 {&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},
Dmsgrcv08.c43 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()
Dmsgrcv07.c122 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()
Dmsgrcv03.c52 {ENOMSG, IPC_NOWAIT, 2,
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
D12-1-buildonly.c30 #ifndef IPC_NOWAIT
31 #error IPC_NOWAIT not defined
/third_party/musl/libc-test/src/functional/
Dipc_msg.c74 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/
Dmsgsnd05.c38 {IPC_NOWAIT, EAGAIN, 0},
84 while (msgsnd(queue_id, &snd_buf, MSGSIZE, IPC_NOWAIT) != -1) in setup()
Dmsgsnd06.c41 while (msgsnd(queue_id, &snd_buf, MSGSIZE, IPC_NOWAIT) != -1) in do_test()
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dsem_comm.c80 sm.sem_flg = IPC_NOWAIT; in chld1_sem()
124 sm.sem_flg = IPC_NOWAIT; in chld2_sem()
Dmsg_comm.c88 2, IPC_NOWAIT); in chld1_msg()
Dsemtest_2ns.c67 {0, -1, (IPC_NOWAIT | SEM_UNDO)} /* decrement sem#0 by 1 (sets it to 0) */
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
Dsemop02.c62 {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/
Dipc.h23 #define IPC_NOWAIT 04000 macro
/third_party/musl/ndk_musl_include/sys/
Dipc.h29 #define IPC_NOWAIT 04000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dipc.h29 #define IPC_NOWAIT 04000 macro
/third_party/musl/include/sys/
Dipc.h29 #define IPC_NOWAIT 04000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dipc.h29 #define IPC_NOWAIT 04000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dipc.h29 #define IPC_NOWAIT 04000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dipc.h29 #define IPC_NOWAIT 04000 macro
/third_party/musl/libc-test/src/api/
Dsys_ipc.c21 C(IPC_NOWAIT) in f()
Dsys_sem.c49 C(IPC_NOWAIT) in f()
Dsys_shm.c44 C(IPC_NOWAIT) in f()
/third_party/ltp/testcases/kernel/syscalls/ipc/msgget/
Dmsgget01.c43 SAFE_MSGRCV(queue_id, &rcv_buf, MSGSIZE, MSGTYPE, IPC_NOWAIT); in verify_msgget()
/third_party/alsa-lib/src/pcm/
Dpcm_direct.h293 struct sembuf op = { sem_num, -1, SEM_UNDO | IPC_NOWAIT }; in snd_pcm_direct_semaphore_up()
/third_party/libuv/src/unix/
Dos390.c620 msglen = msgrcv(ep->msg_queue, &msg, sizeof(msg), 0, IPC_NOWAIT); in os390_message_queue_handler()

12