Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp233 static const int Signals[] = variable
235 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]);
285 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable()
299 sigaction(Signals[i], &PrevActions[i], nullptr); in Disable()
DAndroid.mk60 Signals.cpp \
DCMakeLists.txt114 Signals.cpp
/external/llvm/lib/Support/Unix/
DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
64 // IntSigs - Signals that represent requested termination. There's no bug
71 // KillSigs - Signals that represent that we have a bug, and our prompt
/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/dnsmasq/dbus/
DDBus-interface104 Signals are of the form:
/external/iproute2/doc/
Darpd.sgml74 <p> Signals
/external/mdnsresponder/mDNSPosix/
DResponder.c56 #pragma mark ***** Signals
/external/llvm/patches/
D0004-Add-Android-makefiles-for-LLVM.patch1426 + Signals.cpp \