Home
last modified time | relevance | path

Searched refs:SI_TKILL (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Dsiginfo_codes.h23 #if !(defined(SI_TKILL) || (defined(HAVE_DECL_SI_TKILL) && HAVE_DECL_SI_TKILL))
24 # define SI_TKILL -6 macro
50 XLAT(SI_TKILL),
Dsiginfo_codes.in8 SI_TKILL -6
/external/valgrind/none/tests/
Dfaultstatus.c23 # define DIVISION_BY_ZERO_SI_CODE SI_TKILL
26 # define DIVISION_BY_ZERO_SI_CODE SI_TKILL
/external/e2fsprogs/e2fsck/
Dsigcatcher.c137 #ifdef SI_TKILL
138 DEFINE_ENTRY(SI_TKILL)
/external/strace/
Dprintsiginfo.c152 case SI_TKILL: in print_si_info()
DChangeLog-CVS3369 * signal.c [LINUX] (SI_SIGIO, SI_TKILL): New macros.
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h171 #define SI_TKILL -6 /* sent by tkill system call */ macro
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp1573 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()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc417 info->si_code == SI_TKILL; in HandleSignal()