| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | HostProcessPosix.cpp | 31 Status HostProcessPosix::Signal(int signo) const { in Signal() function in HostProcessPosix 38 return HostProcessPosix::Signal(m_process, signo); in Signal() 41 Status HostProcessPosix::Signal(lldb::process_t process, int signo) { in Signal() function in HostProcessPosix 50 Status HostProcessPosix::Terminate() { return Signal(SIGKILL); } in Terminate() 59 Status error = Signal(0); in IsRunning()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p5840.C | 3 class Signal { 8 class Derived : public Signal { 23 template class Bar <Signal, &Signal::Name>;
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | UnixSignals.h | 114 struct Signal { struct 122 Signal(const char *name, bool default_suppress, bool default_stop, argument 125 ~Signal() = default; 131 typedef std::map<int32_t, Signal> collection;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | CacheMgr.pm | 48 return if $CPAN::Signal; 50 return if $CPAN::Signal; 89 return if $CPAN::Signal; 114 $File::Find::prune++ if $CPAN::Signal; 140 return if $CPAN::Signal; 243 return if $CPAN::Signal;
|
| H A D | Index.pm | 91 return if $CPAN::Signal; # this is sometimes lengthy 258 return if $CPAN::Signal; 413 last if $CPAN::Signal; 478 return if $CPAN::Signal; 526 return if $CPAN::Signal; 540 return if $CPAN::Signal;
|
| H A D | FTP.pm | 677 last if $CPAN::Signal; # need to cleanup 690 unless ($CPAN::Signal) { 900 return if $CPAN::Signal; 942 return if $CPAN::Signal; 1063 return if $CPAN::Signal; 1198 return if $CPAN::Signal; 1236 return if $CPAN::Signal;
|
| H A D | Tarzip.pm | 399 return if $CPAN::Signal; 411 return if $CPAN::Signal; 446 return if $CPAN::Signal;
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 352 static void CrashRecoverySignalHandler(int Signal) { in CrashRecoverySignalHandler() argument 368 raise(Signal); in CrashRecoverySignalHandler() 377 sigaddset(&SigMask, Signal); in CrashRecoverySignalHandler() 383 int RetCode = 128 + Signal; in CrashRecoverySignalHandler() 386 if (Signal == SIGPIPE) in CrashRecoverySignalHandler() 390 const_cast<CrashRecoveryContextImpl *>(CRCI)->HandleCrash(RetCode, Signal); in CrashRecoverySignalHandler()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/ |
| H A D | HostProcessPosix.h | 26 virtual Status Signal(int signo) const; 27 static Status Signal(lldb::process_t process, int signo);
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | UnixSignals.cpp | 22 UnixSignals::Signal::Signal(const char *name, bool default_suppress, in Signal() function in UnixSignals::Signal 121 Signal new_signal(name, default_suppress, default_stop, default_notify, in AddSignal() 198 const Signal &signal = pos->second; in GetSignalInfo() 338 void UnixSignals::Signal::Reset(bool reset_stop, bool reset_notify, in Reset()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/t/ |
| H A D | 09_ended.t | 59 # Signal no more work is coming 102 # Signal no more work is coming 134 # Signal no more work is coming to the blocked threads, they
|
| /openbsd-src/regress/sys/kern/signal/sigpthread/ |
| H A D | README | 3 Signal SIGUSR1 is used for thread coordination, SIGUSR2 to test 8 Signal SIGUSR2 is send to the process with kill(2), but it is not
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/ |
| H A D | CPAN.pm | 106 $CPAN::Signal ||= 0; 136 $Signal 188 if ($CPAN::Signal) { 436 $Signal=0; 895 &cleanup if $Signal; 896 die "Got yet another signal" if $Signal > 1; 897 $CPAN::Frontend->mydie("Got another SIG$sig") if $Signal; 899 $Signal++;
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | PThreadCondition.h | 28 int Signal() { return ::pthread_cond_signal(&m_condition); } in Signal() function
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Host.cpp | 570 return {Signal, uint8_t(WTERMSIG(wstatus))}; in Decode() 586 case WaitStatus::Signal: in format() 603 case WaitStatus::Signal: in format()
|
| /openbsd-src/regress/lib/libc/strerror/ |
| H A D | valid.ok | 58 Signal 0
|
| /openbsd-src/games/sail/ |
| H A D | pl_4.c | 124 Signal("$$ %s %s %s.", in eyeball()
|
| H A D | sync.c | 366 Signal("$$: %s", ship, astr); in sync_update() 368 Signal("\7$$: %s", ship, astr); in sync_update()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBProcess.i | 225 %feature("docstring", "Sends the process a unix signal.") Signal; 227 Signal (int signal);
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Signals.inc | 96 /// Signal-safe removal of files. 153 // Signal-safe. 304 auto registerHandler = [&](int Signal, SignalKind Kind) { 324 sigaction(Signal, &NewHandler, &RegisteredSignalInfo[Index].SA); 325 RegisteredSignalInfo[Index].SigNo = Signal; 461 void *Cookie) { // Signal-safe.
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| H A D | NativeProcessOpenBSD.h | 53 Status Signal(int signo) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 50 Status Signal(int signo) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/POSIX/ |
| H A D | ProcessMessage.h | 58 static ProcessMessage Signal(lldb::tid_t tid, int signum) { in Signal() function
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.h | 53 Status Signal(int signo) override;
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_signal_interceptors.inc | 9 // Signal interceptors for sanitizers.
|