Searched refs:IPC_NOWAIT (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dipc.h26 #define IPC_NOWAIT 00004000 /* return error on wait */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dipc.h26 #define IPC_NOWAIT 00004000 /* return error on wait */ macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dlogread.c56 static struct sembuf SMrup[1] = {{0, -1, IPC_NOWAIT | SEM_UNDO}}; // set SMrup
H A Dsyslogd.c110 static struct sembuf SMwup[1] = {{1, -1, IPC_NOWAIT}}; // set SMwup
/asus-wl-520gu-7.0.1.45/src/linux/linux/ipc/
H A Dsem.c295 if (sop->sem_flg & IPC_NOWAIT)
367 && !(sops[i].sem_flg & IPC_NOWAIT))
385 && !(sops[i].sem_flg & IPC_NOWAIT))
H A Dmsg.c664 if(msgflg&IPC_NOWAIT) {
799 if (msgflg & IPC_NOWAIT) {

Completed in 77 milliseconds