Home
last modified time | relevance | path

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

123

/third_party/python/Lib/
Dsignal.py70 return set(_int_to_enum(x, Signals) for x in sigs_set)
76 return {_int_to_enum(x, Signals) for x in _signal.sigpending()}
83 return _int_to_enum(retsig, Signals)
89 return {_int_to_enum(x, Signals) for x in _signal.valid_signals()}
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp340 static const int Signals[] = variable
342 static const unsigned NumSignals = array_lengthof(Signals);
393 sigaction(Signals[i], &Handler, &PrevActions[i]); in installExceptionOrSignalHandlers()
400 sigaction(Signals[i], &PrevActions[i], nullptr); in uninstallExceptionOrSignalHandlers()
DCMakeLists.txt176 Signals.cpp
/third_party/nghttp2/src/
Dshrpx_signal.cc96 template <typename Signals>
97 int signal_set_handler(void (*handler)(int), Signals &&sigs) { in signal_set_handler()
/third_party/mindspore/mindspore/core/ir/
Dmanager.h75 struct Signals { struct
337 std::shared_ptr<Signals> signals() const { return signals_; } in signals()
363 std::shared_ptr<Signals> signals_;
/third_party/python/Lib/test/
Dtest_signal.py32 self.assertIsInstance(sig, signal.Signals)
34 self.assertIsInstance(sig, signal.Signals)
85 self.assertIn(signal.Signals.SIGINT, s)
86 self.assertIn(signal.Signals.SIGALRM, s)
115 self.assertIn(signal.Signals.SIGINT, s)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
208 /// Signals that represent requested termination. There's no bug or failure, or
215 /// Signals that represent that we have a bug, and our prompt termination has
233 /// Signals that represent requests for status.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DSignals.inc1 //===- Signals.cpp - Generic Unix Signals Implementation -----*- C++ -*-===//
71 // IntSigs - Signals that represent requested termination. There's no bug
78 // KillSigs - Signals that represent that we have a bug, and our prompt
/third_party/ltp/testcases/open_posix_testsuite/
DQUICK-START17 (Signals, Semaphores, Threads, Timers or Message Queues).
DBUILD157 Signals
/third_party/python/Doc/library/
Dxml.sax.handler.rst247 Signals the start of an element in non-namespace mode.
261 Signals the end of an element in non-namespace mode.
269 Signals the start of an element in namespace mode.
288 Signals the end of an element in namespace mode.
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_19-1.in20 * If SA_SIGINFO is set in sa_flags and Real Time Signals extension is supported,
/third_party/node/src/inspector/
Dnode_protocol.pdl37 # Signals that tracing is stopped and there is no trace buffers pending flush, all data were
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DCOVERAGE.signals1 Coverage-Area: Signals
DHOWTO_RunTests96 SIG | Signals
/third_party/gstreamer/gstreamer/docs/random/company/
Dgstdata190 Signals the start of a new stream. This must be send before any buffer of a new stream can be send.
199 Signals the end of a stream. Must be send after all data is finished. If you want to start a new st…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/
DCMakeLists.txt142 "include/llvm/Support/Signals.h"
189 "lib/Support/Signals.cpp"
DAndroid.bp101 "lib/Support/Signals.cpp",
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md103 ### Signals subsection
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Signals class.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DSignals.inc1 //===- Win32/Signals.cpp - Win32 Signals Implementation ---------*- C++ -*-===//
9 // This file provides the Win32 specific implementation of the Signals class.
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DBUILD.gn236 "$subzero_llvm_dir/lib/Support/Signals.cpp",
/third_party/gstreamer/gstreamer/docs/random/ds/
D0.9-planning28 Signals fired by elements are marshalled in the pipeline's main
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Dframework.dart74 /// Signals that this task runner finished running the task.
/third_party/openssl/doc/man3/
DEVP_CIPHER_meth_new.pod150 Signals that the length of the input buffer for encryption /

123