Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsiginfo_codes.h42 #if defined(SI_MESGQ) || (defined(HAVE_DECL_SI_MESGQ) && HAVE_DECL_SI_MESGQ)
44 static_assert((SI_MESGQ) == (-4), "SI_MESGQ != -4");
47 # define SI_MESGQ -4
57 #if defined(SI_MESGQ) || (defined(HAVE_DECL_SI_MESGQ) && HAVE_DECL_SI_MESGQ)
59 static_assert((SI_MESGQ) == (-3), "SI_MESGQ != -3");
62 # define SI_MESGQ -3
120 XLAT(SI_MESGQ),
123 XLAT(SI_MESGQ),
Dsiginfo_codes.in8 SI_MESGQ -4
11 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/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c89 cmp_ok = si->si_code == SI_MESGQ && in sigfunc()
171 info.si_code, SI_MESGQ); in do_test()
/external/e2fsprogs/e2fsck/
Dsigcatcher.c147 #ifdef SI_MESGQ
148 DEFINE_ENTRY(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.h172 #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/minijail/linux-x86/
Dlibconstants.gen.c4471 #ifdef SI_MESGQ
4472 { "SI_MESGQ", (unsigned long) SI_MESGQ },
/external/rust/crates/libc/src/vxworks/
Dmod.rs933 pub const SI_MESGQ: ::c_int = -5; constant
/external/strace/
DChangeLog-CVS5580 (printsiginfo): Conditionally compile SI_TIMER and SI_MESGQ.
DChangeLog4324 * xlat/siginfo_codes.in [mips] (SI_ASYNCIO, SI_TIMER, SI_MESGQ): Define