Searched refs:Signals (Results 1 – 16 of 16) sorted by relevance
/external/llvm/lib/Support/ |
D | CrashRecoveryContext.cpp | 226 static const int Signals[] = { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP }; variable 227 static const unsigned NumSignals = sizeof(Signals) / sizeof(Signals[0]); 277 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable() 291 sigaction(Signals[i], &PrevActions[i], 0); in Disable()
|
D | CMakeLists.txt | 82 Signals.cpp 97 Unix/Signals.inc 110 Windows/Signals.inc
|
D | Android.mk | 50 Signals.cpp \
|
/external/valgrind/unittest/ |
D | posix_tests.cc | 834 namespace Signals { // {{{1 namespace 901 TEST(Signals, SignalsAndMallocTestWithMutex) { in TEST() argument 922 TEST(Signals, DISABLED_SignalsAndMallocTestWithSpinlock) { in TEST() argument 943 TEST(Signals, SignalsAndWaitTest) { in TEST() argument 962 TEST(Signals, PositiveTests_RaceInSignal) { in TEST() argument
|
/external/llvm/lib/Support/Unix/ |
D | Signals.inc | 1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===// 50 // IntSigs - Signals that may interrupt the program at any time. 57 // KillSigs - Signals that are synchronous with the program that will cause it
|
/external/dbus/test/name-test/ |
D | tmp-session-like-system.conf | 31 <!-- Signals and reply messages (method returns, errors) are allowed
|
/external/llvm/lib/Support/Windows/ |
D | Signals.inc | 1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===// 10 // This file provides the Win32 specific implementation of the Signals class.
|
/external/dnsmasq/dbus/ |
D | DBus-interface | 104 Signals are of the form:
|
/external/webkit/Source/WebKit/qt/docs/ |
D | qtwebkit-bridge.qdoc | 75 \section2 Using Signals and Slots 77 The QtWebKit bridge adapts Qt's central \l{Signals and Slots} feature for 185 \section3 Emitting Signals from Scripts 195 \section3 Overloaded Signals and Slots
|
/external/iproute2/doc/ |
D | arpd.sgml | 74 <p> Signals
|
/external/mdnsresponder/mDNSPosix/ |
D | Responder.c | 56 #pragma mark ***** Signals
|
/external/oprofile/events/x86-64/family11h/ |
D | events | 128 …l_cycles minimum:500 name:SIDEBAND_SIGNALS_AND_SPECIAL_CYCLES : Sideband Signals and Special Cycles
|
/external/dbus/doc/ |
D | dcop-howto.txt | 9 Extended with DCOP Signals by Waldo Bastian <bastian@kde.org> 272 DCOP Signals
|
/external/webkit/Source/WebCore/plugins/mac/ |
D | PluginViewMac.mm | 604 return; // Signals that the plugin wants a normal cursor
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 20336 …ws, but now for each view switch, a new WebPage class is constructed and set. Signals and QAction's
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 8246 (WebCore::IconDatabase::close): Signals the thread to quit and waits for it to do so
|