Searched defs:SI_QUEUE (Results 1 - 6 of 6) sorted by relevance

/external/strace/xlat/
H A Dsiginfo_codes.h8 #if !(defined(SI_QUEUE) || (defined(HAVE_DECL_SI_QUEUE) && HAVE_DECL_SI_QUEUE))
9 # define SI_QUEUE -1 macro
45 XLAT(SI_QUEUE),
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h161 #define SI_QUEUE -1 /* sent by sigqueue */ macro
/external/python/cpython2/Lib/plat-irix6/
H A DWAIT.py174 SI_QUEUE = -1 variable
H A DFILE.py130 SI_QUEUE = -1 variable
/external/python/cpython2/Lib/plat-sunos5/
H A DIN.py509 SI_QUEUE = (-2) variable
571 def SI_CANQUEUE(c): return ((c) <= SI_QUEUE)
H A DSTROPTS.py506 SI_QUEUE = (-2) variable
568 def SI_CANQUEUE(c): return ((c) <= SI_QUEUE)

Completed in 371 milliseconds