Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsiginfo_codes.h79 #if defined(SI_TKILL) || (defined(HAVE_DECL_SI_TKILL) && HAVE_DECL_SI_TKILL)
81 static_assert((SI_TKILL) == (-6), "SI_TKILL != -6");
84 # define SI_TKILL -6
128 XLAT(SI_TKILL),
Dsiginfo_codes.in16 SI_TKILL -6
/external/e2fsprogs/e2fsck/
Dsigcatcher.c138 #ifdef SI_TKILL
139 DEFINE_ENTRY(SI_TKILL)
/external/strace/
Dprintsiginfo.c149 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.h175 #define SI_TKILL -6 /* sent by tkill system call */ macro
/external/libcap/psx/
Dpsx.c128 info == NULL || info->si_code != SI_TKILL || info->si_pid != getpid()) { in psx_posix_syscall_actor()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc447 info->si_code == SI_TKILL; in HandleSignal()
/external/minijail/linux-x86/
Dlibconstants.gen.c4750 #ifdef SI_TKILL
4751 { "SI_TKILL", (unsigned long) SI_TKILL },
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp800 if (is_from_llgs && (info.si_code == SI_TKILL) && (signo == SIGSTOP)) { in MonitorSignal()