HomeSort by relevance Sort by last modified time
    Searched full:signals (Results 126 - 150 of 1722) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/scripts/gdb/
dalvik.gdb 53 # ART debugging. ART uses SIGSEGV signals for internal purposes. To allow
60 # deal with SIGSEGV signals
84 Enter ART debugging mode. In ART debugging mode, SIGSEGV signals are ignored
  /external/chromium_org/mojo/system/
core.h 45 MojoHandleSignals signals,
48 const MojoHandleSignals* signals,
109 const MojoHandleSignals* signals,
core_unittest.cc 152 MojoHandleSignals signals[2] = {~MOJO_HANDLE_SIGNAL_NONE, local
155 core()->WaitMany(handles, signals, 0, MOJO_DEADLINE_INDEFINITE));
157 core()->WaitMany(NULL, signals, 0, MOJO_DEADLINE_INDEFINITE));
162 core()->WaitMany(NULL, signals, 1, MOJO_DEADLINE_INDEFINITE));
166 core()->WaitMany(handles, signals, 1, MOJO_DEADLINE_INDEFINITE));
172 core()->WaitMany(handles, signals, 1, MOJO_DEADLINE_INDEFINITE));
174 core()->WaitMany(handles, signals, 2, MOJO_DEADLINE_INDEFINITE));
177 core()->WaitMany(handles, signals, 2, MOJO_DEADLINE_INDEFINITE));
180 core()->WaitMany(handles, signals, 2, MOJO_DEADLINE_INDEFINITE));
323 // same/different signals)
335 MojoHandleSignals signals[2] = {MOJO_HANDLE_SIGNAL_READABLE, local
    [all...]
data_pipe_consumer_dispatcher.cc 113 MojoHandleSignals signals,
116 return data_pipe_->ConsumerAddWaiter(waiter, signals, context);
  /external/chromium_org/third_party/skia/src/core/
SkDataTable.cpp 18 fElemSize = 0; // 0 signals that we use fDir instead of fElems
29 fElemSize = elemSize; // non-zero signals we use fElems instead of fDir
39 fElemSize = 0; // 0 signals that we use fDir instead of fElems
  /external/eigen/doc/
eigendoxy_layout.xml.in 25 <signals title=""/>
138 <signals title=""/>
157 <signals title=""/>
  /external/eigen/unsupported/doc/
eigendoxy_layout.xml.in 24 <signals title=""/>
137 <signals title=""/>
156 <signals title=""/>
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 67 * SA_RESTART flag to get restarting signals (which were the default long ago)
97 #define SIG_BLOCK 1 /* for blocking signals */
98 #define SIG_UNBLOCK 2 /* for unblocking signals */
  /external/llvm/lib/Support/
CMakeLists.txt 88 Signals.cpp
104 Unix/Signals.inc
116 Windows/Signals.inc
ToolOutputFile.cpp 16 #include "llvm/Support/Signals.h"
32 // further need to clean it up on signals.
  /external/skia/src/core/
SkDataTable.cpp 18 fElemSize = 0; // 0 signals that we use fDir instead of fElems
29 fElemSize = elemSize; // non-zero signals we use fElems instead of fDir
39 fElemSize = 0; // 0 signals that we use fDir instead of fElems
  /external/strace/debian/
control 18 System calls and signals are events that happen at the user/kernel
35 System calls and signals are events that happen at the user/kernel
51 System calls and signals are events that happen at the user/kernel
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderFactoryImpl.java 83 * @throws ParseException which signals that an error has been reached
102 * @throws ParseException which signals that an error has been reached
155 * @throws ParseException which signals that an error has been reached
173 * @throws ParseException which signals that an error has been reached
191 * @throws ParseException which signals that an error has been reached
211 * @throws ParseException which signals that an error has been reached
233 * @throws ParseException which signals that an error has been reached
263 * @throws ParseException which signals that an error has been reached
332 * @throws ParseException which signals that an error has been reached
352 * @throws ParseException which signals that an error has been reache
    [all...]
  /external/bison/lib/
sigaction.c 59 signals. */
82 /* Signal handler that is installed for signals. */
112 /* Block appropriate signals. */
154 this rule by using sigprocmask to block all signals before
169 signals are currently blocked. */
182 since all signals are currently blocked. */
  /external/chromium_org/mojo/public/js/bindings/
core.js 50 * MojoHandleSignals: Used to specify signals that can be waited on for a handle
111 * Waits on the given handle until a signal indicated by |signals| is
115 * @param {MojoHandleSignals} signals Specifies the condition to wait for.
119 function wait(handle, signals, deadline) { [native code] }
128 * @param {Array.MojoHandleSignals} signals Specifies the condition to wait for,
133 function waitMany(handles, signals, deadline) { [native code] }
  /external/chromium_org/apps/app_shim/
app_shim_messages.h 25 // Signals that a previous LaunchApp message has been processed, and lets the
36 // Signals to the main Chrome process that a shim has started indicating the
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_test.h 34 // Runs the test. Returning false signals that no more tests should be run.
39 // Runs any recovery steps for the test. Returning false signals that no more
  /external/chromium_org/mojo/bindings/js/
waiting_callback.cc 28 MojoHandleSignals signals) {
33 signals,
  /external/chromium_org/mojo/public/cpp/environment/tests/
async_waiter_unittest.cc 43 MojoHandleSignals signals,
47 signals,
  /external/chromium_org/third_party/skia/samplecode/
SampleOvalTest.cpp 18 SkPMColor fInsideColor; // signals an interior pixel that was not set
19 SkPMColor fOutsideColor; // signals an exterior pixels that was set
  /external/kernel-headers/original/uapi/linux/
elfcore.h 45 unsigned long pr_sigpend; /* Set of pending signals */
46 unsigned long pr_sighold; /* Set of held signals */
  /external/libnl/include/netlink/
netlink-kernel.h 155 * The message signals an error and the payload contains a nlmsgerr
167 * The message signals that data got lost
  /external/qemu/distrib/sdl-1.2.15/src/
SDL_fatal.c 33 /* This installs some signal handlers for the more common fatal signals,
122 /* No signals on this platform, nothing to do.. */
  /external/qemu/distrib/sdl-1.2.15/src/thread/pth/
SDL_systhread.c 37 /* List of signals to mask in the subthreads */
77 /* Mask asynchronous signals for this thread */
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_systhread.c 31 /* List of signals to mask in the subthreads */
84 /* Mask asynchronous signals for this thread */

Completed in 459 milliseconds

1 2 3 4 56 7 8 91011>>