HomeSort by relevance Sort by last modified time
    Searched refs:SIGIO (Results 51 - 63 of 63) sorted by null

1 23

  /external/kernel-headers/original/asm-arm/
signal.h 60 #define SIGIO 29
61 #define SIGPOLL SIGIO
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.h 23 #ifdef SIGIO
25 * If we do not have SIGPOLL, try to use SIGIO instead. This is needed for
28 #define SIGPOLL SIGIO
  /external/kernel-headers/original/asm-x86/
signal.h 72 #define SIGIO 29
73 #define SIGPOLL SIGIO
  /ndk/sources/host-tools/make-3.81/
signame.c 195 #if defined (SIGIO)
200 init_sig (SIGIO, "IO", _("I/O possible"));
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 29 #ifdef SIGIO
31 * If we do not have SIGPOLL, try to use SIGIO instead. This is needed for
34 #define SIGPOLL SIGIO
  /external/dbus/bus/
main.c 55 case SIGIO:
522 _dbus_set_signal_handler (SIGIO, signal_handler);
  /external/qemu/
cpus.c 411 sigaddset(&set, SIGIO);
430 sigaddset(&set, SIGIO);
qemu-timer.c 903 sigaction(SIGIO, &act, NULL);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 263 public static final int SIGIO = placeholder();
  /external/bluetooth/glib/glib/
gstrfuncs.c     [all...]
  /external/strace/
signal.c 458 #define SI_SIGIO -5 /* sent by SIGIO */
887 case SIGIO:
888 #if defined(SIGURG) && SIGURG != SIGIO
    [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 474 #define VKI_SIGIO SIGIO
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 269 initConstant(env, c, "SIGIO", SIGIO);

Completed in 1188 milliseconds

1 23