HomeSort by relevance Sort by last modified time
    Searched refs:POLL_MSG (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
22-32-buildonly.c 2 Test that the POLL_MSG macro is defined.
7 #ifndef POLL_MSG
8 #error POLL_MSG not defined
  /external/strace/xlat/
sigpoll_codes.h 8 #if !(defined(POLL_MSG) || (defined(HAVE_DECL_POLL_MSG) && HAVE_DECL_POLL_MSG))
9 # define POLL_MSG 3
33 XLAT(POLL_MSG),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 247 POLL_MSG, /* Input message available. */
248 # define POLL_MSG POLL_MSG
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 247 POLL_MSG, /* Input message available. */
248 # define POLL_MSG POLL_MSG
  /external/e2fsprogs/e2fsck/
sigcatcher.c 296 #ifdef POLL_MSG
297 DEFINE_ENTRY(POLL_MSG)
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 183 #define POLL_MSG 3
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 108 __ARCH_SI_BAND_T _band; /* POLL_IN, POLL_OUT, POLL_MSG */
244 #define POLL_MSG 3 /* input message available */
  /external/strace/
printsiginfo.c 188 case POLL_IN: case POLL_OUT: case POLL_MSG:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 90 __ARCH_SI_BAND_T _band; /* POLL_IN, POLL_OUT, POLL_MSG */
231 #define POLL_MSG (__SI_POLL|3) /* input message available */
  /external/minijail/linux-x86/
libconstants.gen.c 743 #ifdef POLL_MSG
744 { "POLL_MSG", (unsigned long) POLL_MSG },
745 #endif // POLL_MSG
    [all...]
  /bionic/tests/headers/posix/
signal_h.c 188 i = POLL_MSG;
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 166 POLL_MSG = 3
FILE.py 171 POLL_MSG = 3
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 468 PHPBN2(POLL_MSG);
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 558 POLL_MSG = 3
STROPTS.py 555 POLL_MSG = 3
    [all...]

Completed in 315 milliseconds