HomeSort by relevance Sort by last modified time
    Searched refs:SIGPOLL (Results 26 - 50 of 81) sorted by null

12 3 4

  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 53 #define SIGPOLL SIGIO
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 59 #define SIGPOLL SIGIO
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 48 #define SIGPOLL SIGIO
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 41 #define SIGPOLL SIGIO
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 49 #define SIGPOLL SIGIO /* Pollable event occurred (System V). */
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 53 #define SIGPOLL SIGIO
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
signal.h 40 #define SIGPOLL SIGIO
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
signal.h 49 #define SIGPOLL SIGIO
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
signal.h 49 #define SIGPOLL SIGIO
  /external/strace/
printsiginfo.c 100 case SIGPOLL:
186 case SIGPOLL:
  /external/e2fsprogs/e2fsck/
sigcatcher.c 122 #ifdef SIGPOLL
123 DEFINE_ENTRY(SIGPOLL)
  /toolchain/binutils/binutils-2.27/libiberty/
strsignal.c 159 #if defined (SIGPOLL)
160 ENTRY(SIGPOLL, "SIGPOLL", "Pollable event occurred"),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
16-1.c 83 {SIGPOLL, "SIGPOLL", 0},
  /external/valgrind/coregrind/m_gdbserver/
signals.c 27 // ???? darwin signal.h defines SIGPOLL conditionnally ????
28 #ifndef SIGPOLL
29 #define SIGPOLL 7
77 {"SIGPOLL", "Pollable event occurred"},
  /external/minijail/linux-x86/
libconstants.gen.c     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
signal_solaris.go 30 /* 22 */ {_SigNotify, "SIGPOLL: pollable event occurred"},
  /prebuilts/go/linux-x86/src/runtime/
signal_solaris.go 30 /* 22 */ {_SigNotify, "SIGPOLL: pollable event occurred"},
  /bionic/tests/headers/posix/
signal_h.c 94 MACRO(SIGPOLL);
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 106 SIGPOLL = 22
FILE.py 99 SIGPOLL = 22
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 754 #ifdef SIGPOLL
755 x = PyInt_FromLong(SIGPOLL);
756 PyDict_SetItemString(d, "SIGPOLL", x);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 746 #ifdef SIGPOLL
747 x = PyInt_FromLong(SIGPOLL);
748 PyDict_SetItemString(d, "SIGPOLL", x);
  /external/python/cpython2/Modules/
signalmodule.c 753 #ifdef SIGPOLL
754 x = PyInt_FromLong(SIGPOLL);
755 PyDict_SetItemString(d, "SIGPOLL", x);
  /external/ppp/pppd/
tty.c 1016 #ifdef SIGPOLL
1017 signal(SIGPOLL, SIG_DFL);
    [all...]
  /external/python/cpython3/Modules/
signalmodule.c 927 {"si_band", "band event for SIGPOLL"},
    [all...]

Completed in 1409 milliseconds

12 3 4