Searched refs:SI_QUEUE (Results 1 – 20 of 20) sorted by relevance
20 #if defined(SI_QUEUE) || (defined(HAVE_DECL_SI_QUEUE) && HAVE_DECL_SI_QUEUE)22 static_assert((SI_QUEUE) == (-1), "SI_QUEUE != -1");25 # define SI_QUEUE -1115 XLAT(SI_QUEUE),
3 SI_QUEUE -1
7 #ifndef SI_QUEUE8 #error SI_QUEUE not defined
37 SI_QUEUE
53 uinfo.si_code = SI_QUEUE; in send_rcv_func()115 uinfo.si_code = SI_QUEUE; in verify_signal_parent_thread()132 uinfo.si_code = SI_QUEUE; in sender_func()
65 info->si_code = SI_QUEUE; in main()
92 uinfo->si_code = SI_QUEUE; in setup()
84 info.si_code = SI_QUEUE; in setup()
86 uinfo->si_code = SI_QUEUE; in setup()
153 #ifdef SI_QUEUE154 DEFINE_ENTRY(SI_QUEUE)
170 #define SI_QUEUE -1 /* sent by sigqueue */ macro
174 SI_QUEUE = -1 variable
130 SI_QUEUE = -1 variable
509 SI_QUEUE = (-2) variable571 def SI_CANQUEUE(c): return ((c) <= SI_QUEUE)
506 SI_QUEUE = (-2) variable568 def SI_CANQUEUE(c): return ((c) <= SI_QUEUE)
4726 #ifdef SI_QUEUE4727 { "SI_QUEUE", (unsigned long) SI_QUEUE },
930 pub const SI_QUEUE: ::c_int = -2; constant
4463 case SI_QUEUE: in signal_info()