HomeSort by relevance Sort by last modified time
    Searched refs:Signals (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 222 // This implementation relies on synchronous signals being delivered to the
233 static const int Signals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP };
234 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);
284 sigaction(Signals[i], &Handler, &PrevActions[i]);
298 sigaction(Signals[i], &PrevActions[i], 0);
Android.mk 52 Signals.cpp \
  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 19 #include <llvm/Support/Signals.h>
ToolOutputFile.cpp 19 #include <llvm/Support/Signals.h>
44 // further need to clean it up on signals.
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 11 #include <llvm/Support/Signals.h>
  /external/valgrind/unittest/
posix_tests.cc 834 namespace Signals { // {{{1
901 TEST(Signals, SignalsAndMallocTestWithMutex) {
922 TEST(Signals, DISABLED_SignalsAndMallocTestWithSpinlock) {
943 TEST(Signals, SignalsAndWaitTest) {
962 TEST(Signals, PositiveTests_RaceInSignal) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 43 Signals = tuple(getcontext().flags.keys())
45 # Signals ordered with respect to precedence: when an operation
46 # produces multiple signals, signals occurring later in the list
59 traps = dict.fromkeys(Signals, 0)
308 for exception in Signals:
330 except Signals, e:
350 except Signals, e:
365 except Signals, e:
381 except Signals, error
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 43 Signals = tuple(getcontext().flags.keys())
45 # Signals ordered with respect to precedence: when an operation
46 # produces multiple signals, signals occurring later in the list
59 traps = dict.fromkeys(Signals, 0)
308 for exception in Signals:
330 except Signals, e:
350 except Signals, e:
365 except Signals, e:
381 except Signals, error
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.cc 65 #include <llvm/Support/Signals.h>
  /frameworks/compile/mclinker/tools/mcld/lib/Support/
LinkerConfig.cpp 13 #include <llvm/Support/Signals.h>
  /external/mdnsresponder/mDNSPosix/
Responder.c 56 #pragma mark ***** Signals
63 // We support 4 signals.
  /external/oprofile/events/x86-64/family11h/
events 128 event:0x1e9 counters:0,1,2,3 um:sideband_signals_and_special_cycles minimum:500 name:SIDEBAND_SIGNALS_AND_SPECIAL_CYCLES : Sideband Signals and Special Cycles
  /frameworks/compile/mclinker/tools/llvm-mcld/
llvm-mcld.cpp 41 #include <llvm/Support/Signals.h>
    [all...]

Completed in 140 milliseconds