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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dlogread.c28 static struct sembuf SMrup[1] = {{0, -1, IPC_NOWAIT | SEM_UNDO}}; // set SMrup variable in typeref:struct:sembuf
45 if (semop(semid, SMrup, 1) == -1)
46 error_exit("semop[SMrup]");

Completed in 19 milliseconds