/openbsd/gnu/usr.bin/perl/dist/threads/t/ |
H A D | kill3.t | 38 $SIG{'KILL'} = undef; 57 $SIG{'KILL'} = sub { threads->exit(); }; 72 $thr->kill('KILL')->detach(); 80 $SIG{'KILL'} = undef; 99 $SIG{'KILL'} = sub { threads->exit(); }; 114 $thr->kill('KILL')->detach();
|
H A D | kill.t | 74 $SIG{'KILL'} = sub { 94 ok($thr->kill('KILL') == $thr, 'Signalled thread');
|
H A D | kill2.t | 93 $SIG{KILL} = sub {
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | ExpandPostRAPseudos.cpp | 104 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerSubregToReg() 117 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerSubregToReg() 144 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy() 161 MI->setDesc(TII->get(TargetOpcode::KILL)); in LowerCopy()
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | kill0.t | 93 ok(scalar keys %signo > 1 && exists $signo{KILL}, 107 is(kill(-$signo{KILL}, $pid), 1, 'process group kill, numeric signal');
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/ |
H A D | c-i960.texi | 87 @c TEXI2ROFF-KILL 89 @c END TEXI2ROFF-KILL 99 @c TEXI2ROFF-KILL 109 @c END TEXI2ROFF-KILL 251 @c TEXI2ROFF-KILL 253 @c END TEXI2ROFF-KILL 275 @c TEXI2ROFF-KILL 299 @c END TEXI2ROFF-KILL
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-i960.texi | 87 @c TEXI2ROFF-KILL 89 @c END TEXI2ROFF-KILL 99 @c TEXI2ROFF-KILL 109 @c END TEXI2ROFF-KILL 251 @c TEXI2ROFF-KILL 253 @c END TEXI2ROFF-KILL 275 @c TEXI2ROFF-KILL 299 @c END TEXI2ROFF-KILL
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | R600EmitClauseMarkers.cpp | 44 case R600::KILL: in OccupiedDwords() 90 case R600::KILL: in IsTrivialInst()
|
/openbsd/games/battlestar/ |
H A D | words.c | 144 { "kill", KILL, VERB, NULL }, 145 { "fight", KILL, VERB, NULL },
|
H A D | command7.c | 66 case KILL: in fight()
|
H A D | extern.h | 159 #define KILL 1024 macro
|
H A D | cypher.c | 346 case KILL: in cypher()
|
/openbsd/regress/sys/ffs/nfs/ |
H A D | Makefile | 42 -pkill -KILL mountd || true
|
/openbsd/libexec/getty/ |
H A D | main.c | 100 #define KILL tmode.c_cc[VKILL] macro 422 } else if (c == KILL) { in getname()
|
/openbsd/gnu/usr.bin/binutils/config/ |
H A D | no-executables.m4 | 22 [m4_divert_push([KILL])
|
/openbsd/gnu/usr.bin/binutils-2.17/config/ |
H A D | no-executables.m4 | 22 [m4_divert_push([KILL])
|
/openbsd/gnu/gcc/config/ |
H A D | no-executables.m4 | 22 [m4_divert_push([KILL])
|
/openbsd/regress/bin/ksh/ |
H A D | read.t | 68 # 2/9 == INT/KILL
|
/openbsd/regress/sys/nfs/ |
H A D | Makefile | 47 -pkill -KILL mountd || true
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | R600MCCodeEmitter.cpp | 95 MI.getOpcode() == R600::KILL) { in encodeInstruction()
|
/openbsd/gnu/usr.bin/perl/hints/ |
H A D | catamount.sh | 335 /* KILL */
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 136 if (II->getOpcode() == TargetOpcode::KILL) in INITIALIZE_PASS_DEPENDENCY() 220 if (MII->getOpcode() == TargetOpcode::KILL || in commonChecksToProhibitNewValueJump()
|
/openbsd/usr.bin/make/ |
H A D | job.c | 252 if (DEBUG(KILL) && (j->flags & JOB_LOST)) in print_error() 505 if (DEBUG(KILL)) { in debug_kill_printf()
|
/openbsd/usr.sbin/ypserv/ypinit/ |
H A D | ypinit.sh | 171 case ${KILL} in
|
/openbsd/etc/rc.d/ |
H A D | rc.subr | 285 # KILL the process 286 _rc_do rc_check && _rc_do _rc_sendsig KILL && _exit="killed"
|