Searched refs:IPC_NOWAIT (Results 1 – 3 of 3) sorted by relevance
147 #define IPC_NOWAIT 004000 /* Error if request must wait */ macro
1084 (sopptr->sem_flg & IPC_NOWAIT) ? "nowait" : "wait"); in semop()1143 if (sopptr->sem_flg & IPC_NOWAIT) { in semop()
850 if ((msgflg & IPC_NOWAIT) != 0) { in msgsnd_nocancel()1317 if ((msgflg & IPC_NOWAIT) != 0) { in msgrcv_nocancel()