Home
last modified time | relevance | path

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

12

/openbsd-src/lib/libc/hidden/sys/
H A Dsem.h26 PROTO_DEPRECATED(semop);
/openbsd-src/regress/sys/kern/sysvsem/
H A Dsemtest.c336 if (semop(semid, &s, 1) == -1) in waiter()
350 if (semop(semid, &s, 1) == -1) in waiter()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D971104-1.c21 if(semop(semid, &sb, 1) == -1) error("up failure"); in up()
/openbsd-src/sys/sys/
H A Dsem.h24 #define KERN_SEMINFO_SEMOPM 5 /* int: max operations per semop call */
67 * semop's sops parameter structure
135 semopm, /* max # of operations per semop call */
170 #define SEMOPM 100 /* max # of operations per semop call */
188 int semop(int, struct sembuf *, size_t);
/openbsd-src/regress/lib/libpthread/dlopen/
H A Ddlopen.c532 retval[0] = semop(semid, &op, 1); in semop_run()
553 TESTSPEC_FULL(TEST_SEMOP, "semop", semop),
/openbsd-src/lib/libc/sys/
H A DMakefile.inc69 semget.o semop.o sendsyslog.o \
197 semop.2 send.2 setgroups.2 setpgid.2 setregid.2 \
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-runtime.h215 #pragma redefine_extname semop __mfwrap_semop
H A Dmf-hooks2.c1747 WRAPPER2(int, semop, int semid, struct sembuf *sops, unsigned nsops) in WRAPPER2() argument
1752 return semop (semid, sops, nsops); in WRAPPER2()
H A DChangeLog846 (semop, semctl, shmctl, shmat, shmdt): New hooks.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlipc.pod1723 my $semop = 0;
1724 my $opstring1 = pack("s!s!s!", $semnum, $semop, $semflag);
1727 $semop = 1;
1728 my $opstring2 = pack("s!s!s!", $semnum, $semop, $semflag);
1731 semop($id, $opstring) || die "semop: $!";
1748 my $semop = -1;
1749 my $opstring = pack("s!s!s!", $semnum, $semop, $semflag);
1751 semop($id, $opstring) || die "semop
[all...]
H A Dperl5340delta.pod1315 L<semop()|perlfunc/semop> now downgrades the C<OPSTRING> parameter,
H A Dperlfunc.pod394 L<C<semget>|/semget KEY,NSEMS,FLAGS>, L<C<semop>|/semop KEY,OPSTRING>,
529 L<C<semget>|/semget KEY,NSEMS,FLAGS>, L<C<semop>|/semop KEY,OPSTRING>,
7673 =item semop KEY,OPSTRING
7674 X<semop>
7678 Calls the System V IPC function L<semop(2)> for semaphore operations
7680 semop structures. Each semop structure can be generated with
7681 C<pack("s!3", $semnum, $semop,
[all...]
H A Dperlvms.pod509 semget, semop, setpgrp, setpriority, shmctl, shmget,
/openbsd-src/gnu/usr.bin/perl/lib/B/
H A DDeparse-core.t626 semop 2 p
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dknown_pod_issues.dat311 semop(2)
/openbsd-src/gnu/usr.bin/perl/regen/
H A Dopcodes499 semop semop ck_fun imst@ S S
/openbsd-src/lib/libc/
H A DSymbols.list396 semop
/openbsd-src/gnu/gcc/gcc/
H A Dsys-protos.h924 extern int semop(int, struct sembuf *, unsigned int);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h924 extern int semop(int, struct sembuf *, unsigned int);
/openbsd-src/gnu/usr.bin/perl/
H A Dsyscall_emulator.c1234 ret = semop(semid, sops, nsops); in syscall_emulator()
H A Ddoio.c3344 result = semop(id, temps, nsops);
3350 Perl_croak(aTHX_ "semop not implemented");
/openbsd-src/regress/usr.bin/tsort/
H A Dpairs1106 semop.o semop.o
2909 semop.o cerror.o
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/
H A Dperlfunc.pod
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc2303 PRE_SYSCALL(semop)(long semid, void *sops, long nsops) {}
2305 POST_SYSCALL(semop)(long res, long semid, void *sops, long nsops) {}
H A Dsanitizer_syscalls_netbsd.inc1690 PRE_SYSCALL(semop)(long long semid_, void *sops_, long long nsops_) {
1695 POST_SYSCALL(semop)

12