Searched refs:SI_TKILL (Results 1 – 8 of 8) sorted by relevance
25 #if defined(SI_TKILL) || (defined(HAVE_DECL_SI_TKILL) && HAVE_DECL_SI_TKILL)26 XLAT(SI_TKILL),
8 SI_TKILL
23 # define DIVISION_BY_ZERO_SI_CODE SI_TKILL26 # define DIVISION_BY_ZERO_SI_CODE SI_TKILL
137 #ifdef SI_TKILL138 DEFINE_ENTRY(SI_TKILL)
165 #define SI_TKILL -6 /* sent by tkill system call */ macro
320 #define SI_TKILL -6 /* sent by tkill */ macro439 #ifdef SI_TKILL in printsiginfo()440 case SI_TKILL: in printsiginfo()
3369 * signal.c [LINUX] (SI_SIGIO, SI_TKILL): New macros.
1573 if (info->si_code == SI_TKILL || info->si_code == SI_USER) in MonitorSignal()1579 (info->si_code == SI_TKILL ? "SI_TKILL" : "SI_USER"), in MonitorSignal()1748 … (wait_pid == tid && WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP && info.si_code == SI_TKILL) in StopThread()