HomeSort by relevance Sort by last modified time
    Searched defs:SI_QUEUE (Results 1 - 10 of 10) sorted by null

  /external/strace/xlat/
siginfo_codes.h 8 #if !(defined(SI_QUEUE) || (defined(HAVE_DECL_SI_QUEUE) && HAVE_DECL_SI_QUEUE))
9 # define SI_QUEUE -1
45 XLAT(SI_QUEUE),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
siginfo.h 143 SI_QUEUE, /* Sent by sigqueue. */
144 # define SI_QUEUE SI_QUEUE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
siginfo.h 143 SI_QUEUE, /* Sent by sigqueue. */
144 # define SI_QUEUE SI_QUEUE
  /bionic/libc/kernel/uapi/asm-generic/
siginfo.h 131 #define SI_QUEUE - 1
  /external/kernel-headers/original/uapi/asm-generic/
siginfo.h 161 #define SI_QUEUE -1 /* sent by sigqueue */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
siginfo.h 150 #define SI_QUEUE -1 /* sent by sigqueue */
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 174 SI_QUEUE = -1
FILE.py 130 SI_QUEUE = -1
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 509 SI_QUEUE = (-2)
571 def SI_CANQUEUE(c): return ((c) <= SI_QUEUE)
STROPTS.py 506 SI_QUEUE = (-2)
568 def SI_CANQUEUE(c): return ((c) <= SI_QUEUE)
    [all...]

Completed in 314 milliseconds