Home
last modified time | relevance | path

Searched refs:SI_MESGQ (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dsiginfo_codes.h14 #if !(defined(SI_MESGQ) || (defined(HAVE_DECL_SI_MESGQ) && HAVE_DECL_SI_MESGQ))
15 # define SI_MESGQ -3 macro
47 XLAT(SI_MESGQ),
Dsiginfo_codes.in5 SI_MESGQ -3
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D22-40-buildonly.c7 #ifndef SI_MESGQ
8 #error SI_MESGQ not defined
Dsigmacrolist.txt40 SI_MESGQ
/external/kernel-headers/original/uapi/asm-mips/asm/
Dsiginfo.h122 #undef SI_MESGQ
125 #define SI_MESGQ -4 /* sent by real time mesq state change */ macro
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c101 cmp_ok = si->si_code == SI_MESGQ && in sigfunc()
183 info.si_code, SI_MESGQ); in do_test()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c147 #ifdef SI_MESGQ
148 DEFINE_ENTRY(SI_MESGQ)
/external/minijail/linux-x86/
Dlibconstants.gen.c1202 #ifdef SI_MESGQ
1203 { "SI_MESGQ", (unsigned long) SI_MESGQ },
/external/ltp/testcases/kernel/containers/pidns/
Dpidns30.c133 if (si->si_code != SI_MESGQ) { in child_signal_handler()
Dpidns31.c210 if (si->si_code != SI_MESGQ) { in father_signal_handler()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h163 #define SI_MESGQ -3 /* sent by real time mesq state change */ macro
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py177 SI_MESGQ = -4 variable
DFILE.py133 SI_MESGQ = -4 variable
/external/python/cpython2/Lib/plat-sunos5/
DIN.py512 SI_MESGQ = (-5) variable
DSTROPTS.py509 SI_MESGQ = (-5) variable
/external/strace/
DChangeLog-CVS5580 (printsiginfo): Conditionally compile SI_TIMER and SI_MESGQ.