Searched refs:SI_USER (Results 1 - 8 of 8) sorted by relevance

/external/strace/xlat/
H A Dsiginfo_codes.h7 #if defined(SI_USER) || (defined(HAVE_DECL_SI_USER) && HAVE_DECL_SI_USER)
8 XLAT(SI_USER),
/external/e2fsprogs/e2fsck/
H A Dsigcatcher.c155 #ifdef SI_USER
156 DEFINE_ENTRY(SI_USER)
342 if (siginfo->si_code == SI_USER)
369 if ((siginfo->si_code != SI_USER) &&
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h59 #define SI_USER 1 /* Sent by a user. kill(), abort(), etc */ macro
/external/kernel-headers/original/uapi/asm-generic/
H A Dsiginfo.h158 #define SI_USER 0 /* sent by kill, sigsend, raise */ macro
/external/strace/
H A Dsignal.c314 #define SI_USER 0 /* sent by kill, sigsend, raise */ macro
434 #ifdef SI_USER
435 case SI_USER:
/external/valgrind/main/include/vki/
H A Dvki-darwin.h488 #define VKI_SI_USER SI_USER
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp1211 if (info->si_code == SI_USER)
1217 "SI_USER",
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1573 if (info->si_code == SI_TKILL || info->si_code == SI_USER)
1579 (info->si_code == SI_TKILL ? "SI_TKILL" : "SI_USER"),

Completed in 309 milliseconds