/external/kernel-headers/original/linux/ |
futex.h | 78 * The kernel signals via this bit that a thread holding a futex
|
/external/qemu/distrib/ |
README | 36 SIGALRM signals to implement timers. this makes for much better timing accuracy
|
/external/tcpdump/ |
setsignal.c | 70 * Did I mention that signals suck? At least in POSIX-compliant systems
|
/external/v8/src/ |
d8-debug.h | 86 // the list is guarded by a mutex and a semaphore signals new items in the
|
/development/simulator/wrapsim/ |
LaunchWrapper.c | 11 * We want to ignore signals while waiting, so Ctrl-C kills the child rather 12 * than us, but we need to configure the signals *after* the fork() so we
|
/external/apache-http/src/org/apache/http/conn/ |
OperatedClientConnection.java | 105 * Signals that this connection is in the process of being open. 131 * Signals that the connection has been successfully open.
|
/external/bluetooth/bluez/doc/ |
adapter-api.txt | 56 PropertyChanged "Discovering" signals. 174 Signals PropertyChanged(string name, variant value)
|
/external/bluetooth/glib/gobject/ |
testgobject.c | 70 /* add signals here */ 79 /* destroy signals here */
|
gsignal.c | 43 * SECTION:signals 46 * @title: Signals 49 * <emphasis>emission</emphasis> of a signal. Signals are introduced 50 * per-type and are identified through strings. Signals introduced 56 * <footnote><para>Although signals can deal with any kind of instantiatable 58 * simply because that is the context most users will encounter signals in. 72 * 1 - Invocation of the object method handler for %G_SIGNAL_RUN_FIRST signals 78 * 3 - Invocation of the object method handler for %G_SIGNAL_RUN_LAST signals 84 * 5 - Invocation of the object method handler for %G_SIGNAL_RUN_CLEANUP signals 321 /* try looking up signals for this type and its ancestors * [all...] |
/external/iproute2/include/linux/ |
if.h | 51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ 52 #define IFF_DORMANT 0x20000 /* driver signals dormant */
|
/external/kernel-headers/original/asm-generic/ |
siginfo.h | 63 /* POSIX.1b signals */ 141 * Digital reserves positive values for kernel-generated signals.
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/ |
i686-unknown-linux-gnu-gdbserver | |
/external/dbus/doc/ |
dbus-tutorial.xml | 288 <title>Methods and Signals</title> 293 <firstterm>signals</firstterm>. Methods are operations that can be 296 Signals are broadcasts from the object to any interested observers 297 of the object; signals may contain a data payload. 301 Both methods and signals are referred to by name, such as 311 Think of an interface as a named group of methods and signals, 645 with the bus daemon to receive signals based on "match rules" - these rules would typically include the sender and 669 Any process on the message bus can register "match rules" indicating which signals it 698 an XML string. The XML string describes the interfaces, methods, and signals of the object. [all...] |
/external/bluetooth/bluez/ |
ChangeLog | 7 Remove deprecated methods and signals for AudioSource. 150 Add Paired property to the DeviceFound signals. 240 Fix missing adapter signals on exit. 254 Add missing signals for manager properties. 263 Remove deprecated methods and signals from input interface. 264 Remove deprecated methods and signals from network interface. 292 Fix DeviceFound signals during initial name resolving. 353 Fix signals for Powered and Discoverable properties. 477 Emit old device signals when a property is changed. 621 Add missing signals for the adapter interface [all...] |
/external/bluetooth/glib/gio/ |
gfilemonitor.c | 148 static guint signals[LAST_SIGNAL] = { 0 }; variable 221 signals[CHANGED] = 371 g_signal_emit (monitor, signals[CHANGED], 0,
|
/external/dhcpcd/ |
configure.c | 47 #include "signals.h" 59 /* OK, we need to block signals */ 76 /* Restore our signals */
|
/dalvik/libcore/luni-kernel/src/main/java/java/lang/ |
ProcessManager.java | 83 // Spawn a thread to listen for signals from child processes. 115 * Listens for signals from processes and calls back to
|
/external/bluetooth/hcidump/parser/ |
rfcomm.h | 103 /* Define of some V.24 signals modem control signals in RFCOMM */
|
/external/dbus/bus/ |
Makefile.in | 65 signals.c signals.h test.c test.h utils.c utils.h \ 77 selinux.$(OBJEXT) services.$(OBJEXT) signals.$(OBJEXT) \ 90 signals.c signals.h test.c test.h utils.c utils.h \ 353 signals.c \ 354 signals.h \ 497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@
|
/external/icu4c/tools/genrb/ |
rle.c | 19 * The ESCAPE character is used during run-length encoding. It signals 25 * The ESCAPE_BYTE character is used during run-length encoding. It signals
|
/external/openssl/crypto/rand/ |
rand_egd.c | 78 * drained and the daemon signals that the pool is empty. 91 * drained and the daemon signals that the pool is empty.
|
/external/strace/ |
NEWS | 16 * Print fault address for SIGSEGV/SIGBUS signals when available. 198 * selective tracing of signals
|
/frameworks/base/awt/java/awt/color/ |
ICC_ColorSpace.java | 426 * Signals that an I/O exception has occurred. 447 * Signals that an I/O exception has occurred.
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
LinkedBlockingQueue.java | 56 * it signals taker. That taker in turn signals others if more 97 * Signals a waiting take. Called only from put/offer (which do not 111 * Signals a waiting put. Called only from take/poll.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
ContextNodeList.java | 72 * signals that the iterator should be run to the end.
|