/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/ |
signal.h | 58 * SA_RESTART flag to get restarting signals (which were the default long ago)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
comstats.h | 67 unsigned long signals; member in struct:__anon45851
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
mainloop-signal.h | 37 * signals. However, you may hook signal support into an abstract main loop via the routines defined herein.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/ |
signal.h | 65 * SA_RESTART flag to get restarting signals (which were the default long ago)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/ |
signal.h | 58 * SA_RESTART flag to get restarting signals (which were the default long ago)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
comstats.h | 67 unsigned long signals; member in struct:__anon47587
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
mainloop-signal.h | 37 * signals. However, you may hook signal support into an abstract main loop via the routines defined herein.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
__init__.py | 66 from .signals import installHandler, registerResult, removeResult, removeHandler
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
resource.so | |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
__init__.py | 66 from .signals import installHandler, registerResult, removeResult, removeHandler
|
/external/chromium_org/base/memory/ |
discardable_memory.h | 68 // memory implementations to respond to memory pressure signals. 72 // to memory pressure signals.
|
/external/chromium_org/base/synchronization/ |
condition_variable.h | 31 // be spurious signals. Recheck state on waiting thread before 51 // appears correct, as it will not "lose" any signals, and will guarantee
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_oauth2_token_service.h | 51 // value. Should only be called during initial device setup. Signals 138 // Signals failure on the specified request, passing |error| as the reason.
|
/external/chromium_org/components/sync_driver/ |
non_blocking_data_type_controller.h | 85 // Figures out which signals need to be sent then send then sends them. 115 // This state is inferred based on the most recently sent signals, and is
|
/external/chromium_org/mojo/system/ |
data_pipe.h | 63 MojoHandleSignals signals, 86 MojoHandleSignals signals,
|
/external/chromium_org/net/base/ |
file_stream_context.h | 184 // signals and calls RecordAndMapError() to map errno to net error codes. 188 // signals and calls MapSystemError() to map errno to net error codes.
|
/external/chromium_org/net/disk_cache/blockfile/ |
in_flight_io.h | 29 // This method signals the controller that this operation is finished, in the 117 // Signals this object that the derived class just posted the |operation| to
|
/external/chromium_org/sandbox/win/src/ |
sharedmem_ipc_client.h | 34 // 4) client signals the ping event and waits (blocks) on the pong event 35 // 5) eventually the server signals the pong event
|
/external/chromium_org/sync/internal_api/public/base/ |
cancelation_signal_unittest.cc | 27 // Blocks until canceled. Signals |task_done_signal| when finished (either 28 // via early cancel or cancel after start). Signals |task_start_signal| if
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
dbus.h | 115 // The caller-thread calls AddFilter() first to add the signals that it wants to 118 // DBus signals back through the callback.
|
sigslot_unittest.cc | 149 // Connects to two signals (ST and MT). However, 158 // Disconnects from two signals. Note analogous to SetUp().
|
sigslottester.h | 39 // SigslotTester(s) are utility classes to check if signals owned by an 65 // - A1-A5 is the type of the argument i in the callback. Signals may and often
|
/external/chromium_org/third_party/webrtc/base/ |
dbus.h | 98 // The caller-thread calls AddFilter() first to add the signals that it wants to 101 // DBus signals back through the callback.
|
sigslot_unittest.cc | 132 // Connects to two signals (ST and MT). However, 141 // Disconnects from two signals. Note analogous to SetUp().
|
sigslottester.h | 22 // SigslotTester(s) are utility classes to check if signals owned by an 48 // - A1-A5 is the type of the argument i in the callback. Signals may and often
|