Searched refs:SI_MESGQ (Results 1 – 16 of 16) sorted by relevance
14 #if !(defined(SI_MESGQ) || (defined(HAVE_DECL_SI_MESGQ) && HAVE_DECL_SI_MESGQ))15 # define SI_MESGQ -3 macro47 XLAT(SI_MESGQ),
5 SI_MESGQ -3
7 #ifndef SI_MESGQ8 #error SI_MESGQ not defined
40 SI_MESGQ
122 #undef SI_MESGQ125 #define SI_MESGQ -4 /* sent by real time mesq state change */ macro
101 cmp_ok = si->si_code == SI_MESGQ && in sigfunc()183 info.si_code, SI_MESGQ); in do_test()
147 #ifdef SI_MESGQ148 DEFINE_ENTRY(SI_MESGQ)
1202 #ifdef SI_MESGQ1203 { "SI_MESGQ", (unsigned long) SI_MESGQ },
133 if (si->si_code != SI_MESGQ) { in child_signal_handler()
210 if (si->si_code != SI_MESGQ) { in father_signal_handler()
163 #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
5580 (printsiginfo): Conditionally compile SI_TIMER and SI_MESGQ.