Home
last modified time | relevance | path

Searched refs:tkill (Results 1 – 11 of 11) sorted by relevance

/external/google-breakpad/src/common/linux/tests/
Dcrash_generator.cc73 int tkill(pid_t tid, int sig) { in tkill() function
214 if (tkill(*GetThreadIdPointer(crash_thread), crash_signal) == -1) { in CreateChildCrash()
/external/valgrind/coregrind/
Dpub_core_libcsignal.h79 extern Int VG_(tkill) ( Int lwpid, Int signo );
Dm_libcsignal.c360 Int VG_(tkill)( Int lwpid, Int signo ) in VG_() argument
/external/valgrind/docs/internals/
D3_1_BUGSTATUS.txt131 v5651 v5679 121901 no support for syscall tkill
/external/autotest/client/tests/scrashme/
Dtestfix.diff327 + { .name = "tkill" },
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c418 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL); in VG_()
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h3156 LSS_INLINE _syscall2(int, tkill, pid_t, p, in _syscall2()
3822 LSS_NAME(tkill)(pid, SIGCONT); in LSS_NAME() local
/external/strace/
DNEWS323 sendmsg, sgetmask, ssetmask, swapon, tgkill and tkill syscalls.
DChangeLog-CVS3228 (getdents64, gettid, readahead, tkill, setxattr, lsetxattr, fsetxattr,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc732 PRE_SYSCALL(tkill)(long pid, long sig) {}
734 POST_SYSCALL(tkill)(long res, long pid, long sig) {}
/external/valgrind/
DNEWS.old697 121901 no support for syscall tkill