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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/coregrind/
m_libcsignal.c 135 /* Add all signals in src to dst. */
144 /* Remove all signals in src from dst. */
334 /* A cut-down version of POSIX sigtimedwait: poll for pending signals
339 refers to the fact that there is zero timeout, so if no signals are
341 'sigpoll'. Returns -1 on error, 0 if no signals pending, and n > 0
377 - use sigpending to find out which signals are pending
416 /* don't try for signals not in 'set' */
420 /* don't try for signals not blocked at the moment */
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 25 # Required Signals
96 # Signals
p2p_flush.py 26 # Required Signals\
96 # Signals
p2p_stop_find.py 24 # Required Signals
98 # Signals
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 94 // the NetworkAgent and signals from the NetworkAgent and uses those signals to modify the
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 54 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
57 #define IFF_DORMANT 0x20000 /* driver signals dormant */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
signum.h 32 /* Signals. */
70 (including real-time signals). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
signum.h 32 /* Signals. */
70 (including real-time signals). */
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */
74 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */
74 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */
74 * signal handlers for some commonly ignored fatal signals (like SIGSEGV)
  /system/core/toolbox/upstream-netbsd/lib/libutil/
raise_default_signal.c 51 * - block all signals
83 /* Block all signals */
  /art/runtime/arch/x86_64/
registers_x86_64.h 47 kNoRegister = -1 // Signals an illegal register.
  /art/runtime/
thread_state.h 39 kWaitingInMainSignalCatcherLoop, // WAITING TS_WAIT blocking/reading/processing signals
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_service.h 65 // Checks if we have read all the blobs we need to; signals the feedback
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection.h 110 // Reads current control signals (DCD, CTS, etc.) into an existing
111 // DeviceControlSignals structure. Returns |true| iff the signals were
116 // Sets one or more control signals (DTR and/or RTS). Returns |true| iff
117 // the signals were successfully set. Unininitialized flags in the
  /external/chromium_org/chromeos/dbus/
image_burner_client.h 51 // signals are received.
  /external/chromium_org/content/common/
common.sb 19 ; Allow sending signals to self - http://crbug.com/20370
  /external/chromium_org/media/base/
audio_capturer_source.h 32 // Signals an error has occurred.
audio_renderer_sink.h 31 // Signals an error has occurred.
  /external/chromium_org/media/filters/
blocking_url_protocol.h 41 // Sets |last_read_bytes_| and signals the blocked thread that the read
  /external/chromium_org/mojo/android/system/
core_impl.cc 132 jint signals,
134 return MojoWait(mojo_handle, signals, deadline);
325 jint signals,
333 mojo_handle, signals, deadline, AsyncWaitCallback, callback_data);
  /external/chromium_org/mojo/bindings/js/
core.cc 34 MojoHandleSignals signals,
36 return MojoWait(handle.value(), signals, deadline);
41 const std::vector<MojoHandleSignals>& signals,
43 return mojo::WaitMany(handles, signals, deadline);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_emitter.h 55 // Updates the specified bits in the event status, and signals any
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
__init__.py 55 from unittest2.signals import (

Completed in 425 milliseconds

1 2 3 4 5 6 7 8 91011>>