HomeSort by relevance Sort by last modified time
    Searched full:signals (Results 1 - 25 of 636) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/docs/reference/gobject/tmpl/
.gitignore 11 signals.sgml
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
signal.h 6 #define SIG_BLOCK 0 /* for blocking signals */
9 #define SIG_UNBLOCK 1 /* for unblocking signals */
  /external/bluetooth/glib/tests/refcount/
Makefile.am 28 signal1_SOURCES = signals.c
30 signal2_SOURCES = signals.c
32 signal3_SOURCES = signals.c
  /external/kernel-headers/original/asm-generic/
signal.h 7 #define SIG_BLOCK 0 /* for blocking signals */
10 #define SIG_UNBLOCK 1 /* for unblocking signals */
  /external/bluetooth/glib/docs/reference/
.gitignore 10 *.signals
  /cts/apps/CtsVerifier/jni/audioquality/
CompareSpectra.h 20 /* Compare the average magnitude spectra of the signals in pcm and
29 the signals being too low, or the duration of the signals being too
35 end of the pcm signals. The preferred stimulus would be pink noise,
LinearityTest.h 20 /* There are numSignals int16 signals in pcms. sampleCounts is an
31 -1 The input signals or sample counts are missing.
32 -2 The number of input signals is < 2.
  /external/bluetooth/glib/gio/
gvolumemonitor.c 63 static guint signals[LAST_SIGNAL] = { 0 }; variable
90 signals[VOLUME_ADDED] = g_signal_new (I_("volume-added"),
105 signals[VOLUME_REMOVED] = g_signal_new (I_("volume-removed"),
120 signals[VOLUME_CHANGED] = g_signal_new (I_("volume-changed"),
135 signals[MOUNT_ADDED] = g_signal_new (I_("mount-added"),
150 signals[MOUNT_REMOVED] = g_signal_new (I_("mount-removed"),
165 signals[MOUNT_PRE_UNMOUNT] = g_signal_new (I_("mount-pre-unmount"),
180 signals[MOUNT_CHANGED] = g_signal_new (I_("mount-changed"),
195 signals[DRIVE_CONNECTED] = g_signal_new (I_("drive-connected"),
210 signals[DRIVE_DISCONNECTED] = g_signal_new (I_("drive-disconnected")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/dc/
SDL_syscond.c 36 int signals; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
91 if ( cond->waiting > cond->signals ) {
92 ++cond->signals;
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
191 if ( cond->signals > 0 ) {
200 --cond->signals;
  /external/qemu/distrib/sdl-1.2.12/src/thread/generic/
SDL_syscond.c 36 int signals; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
91 if ( cond->waiting > cond->signals ) {
92 ++cond->signals;
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
191 if ( cond->signals > 0 ) {
200 --cond->signals;
  /external/qemu/distrib/sdl-1.2.12/src/thread/os2/
SDL_syscond.c 36 int signals; member in struct:SDL_cond
51 cond->waiting = cond->signals = 0;
91 if ( cond->waiting > cond->signals ) {
92 ++cond->signals;
115 if ( cond->waiting > cond->signals ) {
118 num_waiting = (cond->waiting - cond->signals);
119 cond->signals = cond->waiting;
191 if ( cond->signals > 0 ) {
200 --cond->signals;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sigaction.h 43 /* Additional set of signals to be blocked. */
75 #define SIG_BLOCK 0 /* Block signals. */
76 #define SIG_UNBLOCK 1 /* Unblock signals. */
77 #define SIG_SETMASK 2 /* Set the set of blocked signals. */
  /external/wpa_supplicant/
eloop_none.c 52 struct eloop_signal *signals; member in struct:eloop_data
228 if (eloop.signals[i].sig == sig) {
229 eloop.signals[i].signaled++;
250 if (eloop.signals[i].signaled) {
251 eloop.signals[i].signaled = 0;
252 eloop.signals[i].handler(eloop.signals[i].sig,
254 eloop.signals[i].user_data);
268 realloc(eloop.signals,
279 eloop.signals = tmp
    [all...]
eloop.c 61 struct eloop_signal *signals; member in struct:eloop_data
356 if (eloop.signals[i].sig == sig) {
357 eloop.signals[i].signaled++;
380 if (eloop.signals[i].signaled) {
381 eloop.signals[i].signaled = 0;
382 eloop.signals[i].handler(eloop.signals[i].sig,
384 eloop.signals[i].user_data);
396 os_realloc(eloop.signals,
407 eloop.signals = tmp
    [all...]
priv_netlink.h 24 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
27 #define IFF_DORMANT 0x20000 /* driver signals dormant */
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop_none.c 52 struct eloop_signal *signals; member in struct:eloop_data
228 if (eloop.signals[i].sig == sig) {
229 eloop.signals[i].signaled++;
250 if (eloop.signals[i].signaled) {
251 eloop.signals[i].signaled = 0;
252 eloop.signals[i].handler(eloop.signals[i].sig,
254 eloop.signals[i].user_data);
268 realloc(eloop.signals,
279 eloop.signals = tmp
    [all...]
  /external/chromium/base/
debug_util_mac.cc 20 // These are the POSIX signals corresponding to the Mach exceptions that
32 // For all these signals, just wire things up so we exit immediately.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
signal.h 156 /* Set the mask of blocked signals to MASK,
180 /* Block signals in MASK, returning the old mask. */
183 /* Set the mask of blocked signals to MASK, returning the old mask. */
215 /* Clear all signals from SET. */
218 /* Set all signals in SET. */
248 /* Get and/or change the set of blocked signals. */
252 /* Change the set of blocked signals to SET,
253 wait until a signal arrives, and restore the set of blocked signals.
263 /* Put in SET all signals that are blocked and waiting to be delivered. */
267 /* Select any of pending signals from SET or wait for any to arrive
    [all...]
  /external/dbus/bus/
Android.mk 32 signals.c \
  /external/bluetooth/glib/docs/
debugging.txt 28 will be spewed about emissions of signals on this instance.
37 "objects" and "signals") to trigger debugging messages about
  /external/strace/
TODO 19 count signals too with -c
20 treat attach, detach messages like signals
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
priv_netlink.h 24 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
27 #define IFF_DORMANT 0x20000 /* driver signals dormant */
  /external/dnsmasq/dbus/
DBus-interface 97 2. SIGNALS
100 If dnsmasq's DHCP server is active, it will send signals over DBUS whenever
101 the DHCP lease database changes. Think of these signals as transactions on
104 Signals are of the form:
115 Available signals are:
  /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...]
  /dalvik/vm/
SignalCatcher.c 18 * This is a thread that catches signals and does something useful. For
56 * Since we know the thread is just sitting around waiting for signals
236 LOGD("Send %d more signals to rest the code cache",
255 /* set up mask with signals we want to handle */
269 * Signals for sigwait() must be blocked but not ignored. We
270 * block signals like SIGQUIT for all threads, so the condition

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>