Home
last modified time | relevance | path

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

123

/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/python/cpython3/Lib/
Dsignal.py61 return set(_int_to_enum(x, Signals) for x in sigs_set)
69 return set(_int_to_enum(x, Signals) for x in sigs)
76 return _int_to_enum(retsig, Signals)
/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-7.0/llvm/lib/Support/
DCrashRecoveryContext.cpp290 static const int Signals[] = variable
292 static const unsigned NumSignals = array_lengthof(Signals);
335 sigaction(Signals[i], &Handler, &PrevActions[i]); in installExceptionOrSignalHandlers()
342 sigaction(Signals[i], &PrevActions[i], nullptr); in uninstallExceptionOrSignalHandlers()
DCMakeLists.txt152 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-7.0/llvm/test/BugPoint/
Dunsymbolized.ll17 ; CRASH-NOT: Signals.inc
/external/libchrome/mojo/public/cpp/system/
DREADME.md170 ## Signals & Traps
174 [Signals & Traps](/mojo/public/c/system/README.md#Signals-Traps).
176 ### Querying Signals
212 [low-level traps API](/mojo/public/c/system/README.md#Signals-Traps)
280 [low-level traps API](/mojo/public/c/system/README.md#Signals-Traps)
/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/libchrome/mojo/public/c/system/
DREADME.md69 (see [Signals & Traps](#Signals-Traps) below), or a process invitation (see
130 described in the [Signals & Traps](#Signals-Traps) section below.
227 [Signals & Traps](#Signals-Traps) below for more information.
585 ## Signals & Traps
593 ### Signals subsection
655 ### Trapping Signals
/external/swiftshader/third_party/llvm-subzero/
DAndroid.bp68 "lib/Support/Signals.cpp",
/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.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
202 // Signals that represent requested termination. There's no bug or failure, or
209 // Signals that represent that we have a bug, and our prompt termination has
/external/python/cpython3/Doc/library/
Dxml.sax.handler.rst241 Signals the start of an element in non-namespace mode.
255 Signals the end of an element in non-namespace mode.
263 Signals the start of an element in namespace mode.
282 Signals the end of an element in namespace mode.
/external/ltp/testcases/open_posix_testsuite/
DQUICK-START17 (Signals, Semaphores, Threads, Timers or Message Queues).
DBUILD157 Signals
/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/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.signals1 Coverage-Area: Signals
DHOWTO_RunTests96 SIG | Signals
/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/conformance/interfaces/sigaction/templates/
Dtemplate_19-1.in20 * If SA_SIGINFO is set in sa_flags and Real Time Signals extension is supported,
/external/python/cpython3/Lib/test/
Dtest_signal.py29 self.assertIsInstance(sig, signal.Signals)
31 self.assertIsInstance(sig, signal.Signals)

123