| /openbsd-src/lib/libc/hidden/sys/ |
| H A D | sem.h | 26 PROTO_DEPRECATED(semop);
|
| /openbsd-src/regress/sys/kern/sysvsem/ |
| H A D | semtest.c | 336 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 D | 971104-1.c | 21 if(semop(semid, &sb, 1) == -1) error("up failure"); in up()
|
| /openbsd-src/sys/sys/ |
| H A D | sem.h | 24 #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 D | dlopen.c | 532 retval[0] = semop(semid, &op, 1); in semop_run() 553 TESTSPEC_FULL(TEST_SEMOP, "semop", semop),
|
| /openbsd-src/lib/libc/sys/ |
| H A D | Makefile.inc | 69 semget.o semop.o sendsyslog.o \ 197 semop.2 send.2 setgroups.2 setpgid.2 setregid.2 \
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | mf-runtime.h | 215 #pragma redefine_extname semop __mfwrap_semop
|
| H A D | mf-hooks2.c | 1747 WRAPPER2(int, semop, int semid, struct sembuf *sops, unsigned nsops) in WRAPPER2() argument 1752 return semop (semid, sops, nsops); in WRAPPER2()
|
| H A D | ChangeLog | 846 (semop, semctl, shmctl, shmat, shmdt): New hooks.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlipc.pod | 1723 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 D | perl5340delta.pod | 1315 L<semop()|perlfunc/semop> now downgrades the C<OPSTRING> parameter,
|
| H A D | perlfunc.pod | 394 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 D | perlvms.pod | 509 semget, semop, setpgrp, setpriority, shmctl, shmget,
|
| /openbsd-src/gnu/usr.bin/perl/lib/B/ |
| H A D | Deparse-core.t | 626 semop 2 p
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | known_pod_issues.dat | 311 semop(2)
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | opcodes | 499 semop semop ck_fun imst@ S S
|
| /openbsd-src/lib/libc/ |
| H A D | Symbols.list | 396 semop
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sys-protos.h | 924 extern int semop(int, struct sembuf *, unsigned int);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sys-protos.h | 924 extern int semop(int, struct sembuf *, unsigned int);
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | syscall_emulator.c | 1234 ret = semop(semid, sops, nsops); in syscall_emulator()
|
| H A D | doio.c | 3344 result = semop(id, temps, nsops); 3350 Perl_croak(aTHX_ "semop not implemented");
|
| /openbsd-src/regress/usr.bin/tsort/ |
| H A D | pairs1 | 106 semop.o semop.o 2909 semop.o cerror.o
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/corpus/ |
| H A D | perlfunc.pod | |
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 2303 PRE_SYSCALL(semop)(long semid, void *sops, long nsops) {} 2305 POST_SYSCALL(semop)(long res, long semid, void *sops, long nsops) {}
|
| H A D | sanitizer_syscalls_netbsd.inc | 1690 PRE_SYSCALL(semop)(long long semid_, void *sops_, long long nsops_) { 1695 POST_SYSCALL(semop)
|