Home
last modified time | relevance | path

Searched refs:SETVAL (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/t/io/
Dsem.t59 ok(semctl($id, $sem2set, SETVAL, $semval),
105 ok(semctl($id, $sem2set, SETVAL, 0),
/openbsd/src/lib/libc/sys/
Dsemctl.c46 cmd == SETVAL || cmd == SETALL) { in semctl()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20010724-1.c49 if (semctl (semid, 0, SETVAL, su) != 0) in main()
/openbsd/src/sys/sys/
Dsem.h93 #define SETVAL 8 /* Set the value of semval to arg.val {ALTER} */ macro
/openbsd/src/gnu/usr.bin/perl/cpan/IPC-SysV/lib/IPC/
DSemaphore.pm152 semctl($$self,$sem,SETVAL,$val);
/openbsd/src/regress/sys/kern/sysvsem/
Dsemtest.c201 if (semctl(sender_semid, 0, SETVAL, sun) == -1)
/openbsd/src/sys/kern/
Dsysv_sem.c246 case SETVAL: in sys___semctl()
353 case SETVAL: in sys___semctl()
/openbsd/src/usr.bin/kdump/
Dkdump.c1692 case SETVAL: in semctlname()
/openbsd/src/gnu/usr.bin/perl/
Ddoio.c3193 if(cmd == SETVAL) {
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5200delta.pod3488 C<< semctl(..., SETVAL, ...) >> would set the semaphore to the top