Home
last modified time | relevance | path

Searched refs:Signals (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Support/
DCrashRecoveryContext.cpp227 static int Signals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP }; variable
228 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);
279 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable()
295 sigaction(Signals[i], &PrevActions[i], 0); in Disable()
/external/llvm/lib/Support/
DCrashRecoveryContext.cpp244 static const int Signals[] = variable
246 static const unsigned NumSignals = array_lengthof(Signals);
296 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable()
310 sigaction(Signals[i], &PrevActions[i], nullptr); in Disable()
DCMakeLists.txt122 Signals.cpp
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
45 // IntSigs - Signals that may interrupt the program at any time.
52 // KillSigs - Signals that are synchronous with the program that will cause it
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
71 // IntSigs - Signals that represent requested termination. There's no bug
78 // KillSigs - Signals that represent that we have a bug, and our prompt
/external/llvm/lib/Support/Unix/
DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
73 // IntSigs - Signals that represent requested termination. There's no bug
80 // KillSigs - Signals that represent that we have a bug, and our prompt
/external/ltp/testcases/open_posix_testsuite/
DQUICK-START17 (Signals, Semaphores, Threads, Timers or Message Queues).
DBUILD157 Signals
/external/python/cpython2/Doc/library/
Dxml.sax.handler.rst240 Signals the start of an element in non-namespace mode.
254 Signals the end of an element in non-namespace mode.
262 Signals the start of an element in namespace mode.
281 Signals the end of an element in namespace mode.
Ddecimal.rst96 Signals are groups of exceptional conditions arising during the course of
1479 Signals chapter
1482 Signals represent conditions that arise during computation. Each corresponds to
1512 Signals the division of a non-infinite number by zero.
1523 Signals when non-zero digits were discarded during rounding. The rounded result
/external/swiftshader/src/Reactor/
DAndroid.mk95 $(LLVMDEPENDENCIES_PATH)/lib/Support/Signals.cpp \
DBUILD.gn214 "$subzero_llvm_dir/lib/Support/Signals.cpp",
/external/webrtc/webrtc/base/
Dsigslottester.h.pump44 // - A1-A5 is the type of the argument i in the callback. Signals may and often
/external/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.signals1 Coverage-Area: Signals
DHOWTO_RunTests96 SIG | Signals
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_19-1.in20 * If SA_SIGINFO is set in sa_flags and Real Time Signals extension is supported,
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DSignals.inc1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Signals class.
/external/python/cpython2/Lib/test/
Dtest_decimal.py44 Signals = tuple(getcontext().flags.keys()) variable
60 traps = dict.fromkeys(Signals, 0)
307 for exception in Signals:
329 except Signals, e:
349 except Signals, e:
364 except Signals, e:
380 except Signals, error:
395 return [e for e in Signals if self.context.flags[e]]
/external/iproute2/doc/
Darpd.sgml74 <p> Signals
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Signals class.
/external/llvm/lib/Support/Windows/
DSignals.inc1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Signals class.
/external/mdnsresponder/mDNSPosix/
DResponder.c56 #pragma mark ***** Signals
/external/syslinux/core/lwip/doc/
Dsys_arch.txt54 Signals a semaphore.
/external/trappy/doc/
DBarPlotter.ipynb124 "Signals"
131 "Signals only work with trappy traces. Let's first get a trace."
/external/valgrind/docs/internals/
D3_12_BUGSTATUS.txt163 352021 Signals are ignored in OS X 10.10

12