Searched refs:SI_TKILL (Results 1 - 6 of 6) sorted by relevance

/external/strace/xlat/
H A 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),
/external/valgrind/none/tests/
H A Dfaultstatus.c23 # define DIVISION_BY_ZERO_SI_CODE SI_TKILL
26 # define DIVISION_BY_ZERO_SI_CODE SI_TKILL
/external/e2fsprogs/e2fsck/
H A Dsigcatcher.c137 #ifdef SI_TKILL
138 DEFINE_ENTRY(SI_TKILL)
/external/strace/
H A Dprintsiginfo.c152 case SI_TKILL:
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h171 #define SI_TKILL -6 /* sent by tkill system call */ macro
/external/google-breakpad/src/client/linux/handler/
H A Dexception_handler.cc417 info->si_code == SI_TKILL;

Completed in 134 milliseconds