Home
last modified time | relevance | path

Searched refs:semop (Results 1 – 11 of 11) sorted by relevance

/dragonfly/test/stress/stress2/testcases/shm/
H A Dshm.c94 if (semop(semid, sop, 2) == -1) in setup()
114 if (semop(semid, sop, 1) == -1) { in Wait()
125 if (semop(semid, sop, 1) == -1) { in Sig()
/dragonfly/test/stress/stress2/misc/
H A Dsem.sh121 semop(semid, sop, 1);
134 if (semop(semid, sop, 1) == -1)
/dragonfly/test/testcases/sysv/sysvsem/
H A Dsemtest.c329 if (semop(semid, &s, 1) == -1) in waiter()
342 if (semop(semid, &s, 1) == -1) in waiter()
/dragonfly/lib/libc/sys/
H A DMakefile.inc93 select.2 semctl.2 semget.2 semop.2 send.2 sendfile.2 \
205 MLINKS+=semop.2 semop.3
H A DSymbol.map229 semop;
/dragonfly/lib/libc/gen/
H A Dsysvipc_semop.c10 int semop(int semid, struct sembuf *sops, unsigned nsops) in semop() function
/dragonfly/sys/sys/
H A Dsem.h136 int semop(int, struct sembuf *, unsigned);
H A Dsysunion.h147 struct semop_args semop; member
H A Dsyscall.mk139 semop.o \
/dragonfly/contrib/lvm2/dist/libdm/
H A Dlibdm-common.c1113 if (semop(semid, &sb, 1) < 0) { in _udev_notify_sem_inc()
1129 if (semop(semid, &sb, 1) < 0) { in _udev_notify_sem_dec()
1330 if (semop(semid, &sb, 1) < 0) { in dm_udev_wait()
/dragonfly/sys/config/
H A DLINT64137 options SEMOPM=101 # max number of operations per semop call