HomeSort by relevance Sort by last modified time
    Searched defs:Signals (Results 1 - 3 of 3) 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);
  /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...]

Completed in 154 milliseconds