Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCrashRecoveryContext.cpp226 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()
DCMakeLists.txt82 Signals.cpp
97 Unix/Signals.inc
110 Windows/Signals.inc
DAndroid.mk50 Signals.cpp \
/external/valgrind/unittest/
Dposix_tests.cc834 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/
DSignals.inc1 //===- 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/
Dtmp-session-like-system.conf31 <!-- Signals and reply messages (method returns, errors) are allowed
/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/webkit/Source/WebKit/qt/docs/
Dqtwebkit-bridge.qdoc75 \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/
Darpd.sgml74 <p> Signals
/external/mdnsresponder/mDNSPosix/
DResponder.c56 #pragma mark ***** Signals
/external/oprofile/events/x86-64/family11h/
Devents128 …l_cycles minimum:500 name:SIDEBAND_SIGNALS_AND_SPECIAL_CYCLES : Sideband Signals and Special Cycles
/external/dbus/doc/
Ddcop-howto.txt9 Extended with DCOP Signals by Waldo Bastian <bastian@kde.org>
272 DCOP Signals
/external/webkit/Source/WebCore/plugins/mac/
DPluginViewMac.mm604 return; // Signals that the plugin wants a normal cursor
/external/webkit/Tools/
DChangeLog-2011-02-1620336 …ws, but now for each view switch, a new WebPage class is constructed and set. Signals and QAction's
/external/webkit/Source/WebCore/
DChangeLog-2007-10-148246 (WebCore::IconDatabase::close): Signals the thread to quit and waits for it to do so