Searched refs:SI_MESGQ (Results 1 – 17 of 17) sorted by relevance
42 #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 -457 #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 -3120 XLAT(SI_MESGQ),123 XLAT(SI_MESGQ),
8 SI_MESGQ -411 SI_MESGQ -3
7 #ifndef SI_MESGQ8 #error SI_MESGQ not defined
40 SI_MESGQ
89 cmp_ok = si->si_code == SI_MESGQ && in sigfunc()171 info.si_code, SI_MESGQ); in do_test()
147 #ifdef SI_MESGQ148 DEFINE_ENTRY(SI_MESGQ)
133 if (si->si_code != SI_MESGQ) { in child_signal_handler()
210 if (si->si_code != SI_MESGQ) { in father_signal_handler()
172 #define SI_MESGQ -3 /* sent by real time mesq state change */ macro
177 SI_MESGQ = -4 variable
133 SI_MESGQ = -4 variable
512 SI_MESGQ = (-5) variable
509 SI_MESGQ = (-5) variable
4471 #ifdef SI_MESGQ4472 { "SI_MESGQ", (unsigned long) SI_MESGQ },
933 pub const SI_MESGQ: ::c_int = -5; constant
5580 (printsiginfo): Conditionally compile SI_TIMER and SI_MESGQ.
4324 * xlat/siginfo_codes.in [mips] (SI_ASYNCIO, SI_TIMER, SI_MESGQ): Define