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

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_systhread.c 61 /* List of signals to mask in the subthreads */
110 /* Mask asynchronous signals for this thread */
  /external/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/wpa_supplicant_8/src/drivers/
priv_netlink.h 18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
21 #define IFF_DORMANT 0x20000 /* driver signals dormant */
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 27 /* list of methods, properties and signals registered with object */
29 const struct wpa_dbus_signal_desc *signals; member in struct:wpa_dbus_object_desc
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
hndrte_debug.h 88 uint32 pr_sigpend; /* Set of pending signals. */
89 uint32 pr_sighold; /* Set of held signals. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
elfcore.h 41 unsigned long pr_sigpend; /* Set of pending signals */
42 unsigned long pr_sighold; /* Set of held signals */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
elfcore.h 41 unsigned long pr_sigpend; /* Set of pending signals */
42 unsigned long pr_sighold; /* Set of held signals */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 126 self.fail('reader process failed to handle our signals.')
155 """readline() must handle signals and not lose data."""
163 """readlines() must handle signals and not lose data."""
171 """readall() must handle signals and not lose data."""
192 """BufferedReader.read() must handle signals and not lose data."""
207 """readline() must handle signals and not lose data."""
215 """readlines() must handle signals and not lose data."""
223 """read() must handle signals and not lose data."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file_eintr.py 126 self.fail('reader process failed to handle our signals.')
155 """readline() must handle signals and not lose data."""
163 """readlines() must handle signals and not lose data."""
171 """readall() must handle signals and not lose data."""
192 """BufferedReader.read() must handle signals and not lose data."""
207 """readline() must handle signals and not lose data."""
215 """readlines() must handle signals and not lose data."""
223 """read() must handle signals and not lose data."""
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 58 struct eloop_signal *signals; member in struct:eloop_data
429 if (eloop.signals[i].sig == sig) {
430 eloop.signals[i].signaled++;
451 if (eloop.signals[i].signaled) {
452 eloop.signals[i].signaled = 0;
453 eloop.signals[i].handler(eloop.signals[i].sig,
454 eloop.signals[i].user_data);
471 tmp = os_realloc_array(eloop.signals, eloop.signal_count + 1,
481 eloop.signals = tmp
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c 3 /*--- Implementation of POSIX signals. m_signals.c ---*/
37 TRAP): these are signals as a result of an instruction fault. If
45 2. Asynchronous variants of the above signals: If the kernel tries
47 process. Therefore, we can't block those signals if we want to be
49 open to receiving those signals from other processes, sent with
51 really signals that processes send to each other.
53 3. Synchronous, general signals. If a thread/process sends itself
57 4. Asynchronous, general signals. All other signals, sent by
70 thread allows itself to be open to signals, it sets the threa
    [all...]
  /art/runtime/arch/x86/
registers_x86.h 40 kNoRegister = -1 // Signals an illegal register.
  /bionic/tests/
signal_test.cpp 25 return 1; // Signals start at 1 (SIGHUP), not 0.
33 // This means you can't refer to any of the real-time signals.
165 // There should be no pending signals.
263 // MIPS has more signals than everyone else.
  /cts/suite/audio_quality/lib/include/audio/
AudioSignalFactory.h 26 * factory for creating various audio signals
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller.h 17 // starts monitoring signals sent from the the background input method
  /external/chromium_org/chrome/browser/history/
history_db_task.h 23 // task is done. A return value of true signals the task is done and
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_popup_view_views.h 20 // view, which we need to listen to for several signals that indicate the
  /external/chromium_org/jingle/notifier/listener/
push_notifications_listen_task.h 6 // service, and signals when they arrive. It checks all incoming stanzas to
  /external/chromium_org/mojo/bindings/js/
waiting_callback.h 26 MojoHandleSignals signals);
  /external/chromium_org/mojo/system/
data_pipe_consumer_dispatcher.h 48 MojoHandleSignals signals,
data_pipe_producer_dispatcher.h 50 MojoHandleSignals signals,
local_message_pipe_endpoint.h 40 MojoHandleSignals signals,
simple_dispatcher.h 39 MojoHandleSignals signals,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
fifo_packet.h 25 // in packet size increments. FIFOPacket signals EMPTY where there are
  /external/chromium_org/third_party/skia/debugger/QT/
SkCanvasWidget.h 59 signals:

Completed in 353 milliseconds

1 2 3 4 5 67 8 91011>>