Searched refs:SI_TKILL (Results 1 – 9 of 9) sorted by relevance
23 #if !(defined(SI_TKILL) || (defined(HAVE_DECL_SI_TKILL) && HAVE_DECL_SI_TKILL))24 # define SI_TKILL -6 macro50 XLAT(SI_TKILL),
8 SI_TKILL -6
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)
152 case SI_TKILL: in print_si_info()
3369 * signal.c [LINUX] (SI_SIGIO, SI_TKILL): New macros.
171 #define SI_TKILL -6 /* sent by tkill system call */ macro
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()
417 info->si_code == SI_TKILL; in HandleSignal()