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

1 2 3

  /frameworks/compile/mclinker/lib/Support/
MsgHandling.cpp 19 #include <llvm/Support/Signals.h>
  /external/swiftshader/third_party/LLVM/lib/Support/
CrashRecoveryContext.cpp 216 // This implementation relies on synchronous signals being delivered to the
227 static int Signals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP };
228 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);
279 sigaction(Signals[i], &Handler, &PrevActions[i]);
295 sigaction(Signals[i], &PrevActions[i], 0);
  /external/llvm/lib/Support/
CrashRecoveryContext.cpp 233 // This implementation relies on synchronous signals being delivered to the
244 static const int Signals[] =
246 static const unsigned NumSignals = array_lengthof(Signals);
296 sigaction(Signals[i], &Handler, &PrevActions[i]);
310 sigaction(Signals[i], &PrevActions[i], nullptr);
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 13 #include <llvm/Support/Signals.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2bth.h 180 UCHAR Signals;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/mdnsresponder/mDNSPosix/
Responder.c 56 #pragma mark ***** Signals
63 // We support 4 signals.
  /external/swiftshader/third_party/LLVM/
Android.mk 260 lib/Support/Signals.cpp \
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 6 Package signal implements access to incoming signals.
8 Signals are primarily used on Unix-like systems. For the use of this
11 Types of signals
13 The signals SIGKILL and SIGSTOP may not be caught by a program, and
16 Synchronous signals are signals triggered by errors in program
23 The remaining signals are asynchronous signals. They are not
27 Of the asynchronous signals, the SIGHUP signal is sent when a program
36 Default behavior of signals in Go program
    [all...]
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 6 Package signal implements access to incoming signals.
8 Signals are primarily used on Unix-like systems. For the use of this
11 Types of signals
13 The signals SIGKILL and SIGSTOP may not be caught by a program, and
16 Synchronous signals are signals triggered by errors in program
23 The remaining signals are asynchronous signals. They are not
27 Of the asynchronous signals, the SIGHUP signal is sent when a program
36 Default behavior of signals in Go program
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 37 #include <llvm/Support/Signals.h>
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 1391 var signals = [...]string{ var
    [all...]
zerrors_darwin_amd64.go 1391 var signals = [...]string{ var
    [all...]
zerrors_darwin_arm.go 1319 var signals = [...]string{ var
    [all...]
zerrors_darwin_arm64.go 1404 var signals = [...]string{ var
    [all...]
zerrors_dragonfly_amd64.go 1493 var signals = [...]string{ var
    [all...]
zerrors_freebsd_386.go 1683 var signals = [...]string{ var
    [all...]
zerrors_freebsd_amd64.go 1684 var signals = [...]string{ var
    [all...]
zerrors_freebsd_arm.go 1683 var signals = [...]string{ var
    [all...]
zerrors_linux_386.go 1514 var signals = [...]string{ var
    [all...]
zerrors_linux_amd64.go 1515 var signals = [...]string{ var
    [all...]

Completed in 924 milliseconds

1 2 3