Searched refs:Signals (Results 1 – 11 of 11) sorted by relevance
245 static const int Signals[] = variable247 static const unsigned NumSignals = array_lengthof(Signals);297 sigaction(Signals[i], &Handler, &PrevActions[i]); in Enable()311 sigaction(Signals[i], &PrevActions[i], nullptr); in Disable()
62 Signals.cpp \
120 Signals.cpp
1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//60 // IntSigs - Signals that represent requested termination. There's no bug67 // KillSigs - Signals that represent that we have a bug, and our prompt
31 <!-- Signals and reply messages (method returns, errors) are allowed
44 // - A1-A5 is the type of the argument i in the callback. Signals may and often
104 Signals are of the form:
1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//10 // This file provides the Win32 specific implementation of the Signals class.
74 <p> Signals
56 #pragma mark ***** Signals
9 Extended with DCOP Signals by Waldo Bastian <bastian@kde.org>272 DCOP Signals