Searched refs:tkill (Results 1 – 11 of 11) sorted by relevance
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 73 int tkill(pid_t tid, int sig) { in tkill() function 214 if (tkill(*GetThreadIdPointer(crash_thread), crash_signal) == -1) { in CreateChildCrash()
|
/external/valgrind/coregrind/ |
D | pub_core_libcsignal.h | 79 extern Int VG_(tkill) ( Int lwpid, Int signo );
|
D | m_libcsignal.c | 360 Int VG_(tkill)( Int lwpid, Int signo ) in VG_() argument
|
/external/valgrind/docs/internals/ |
D | 3_1_BUGSTATUS.txt | 131 v5651 v5679 121901 no support for syscall tkill
|
/external/autotest/client/tests/scrashme/ |
D | testfix.diff | 327 + { .name = "tkill" },
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 418 Int r = VG_(tkill)(VG_(threads)[tid].os_state.lwpid, VG_SIGVGKILL); in VG_()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3156 LSS_INLINE _syscall2(int, tkill, pid_t, p, in _syscall2() 3822 LSS_NAME(tkill)(pid, SIGCONT); in LSS_NAME() local
|
/external/strace/ |
D | NEWS | 323 sendmsg, sgetmask, ssetmask, swapon, tgkill and tkill syscalls.
|
D | ChangeLog-CVS | 3228 (getdents64, gettid, readahead, tkill, setxattr, lsetxattr, fsetxattr,
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 732 PRE_SYSCALL(tkill)(long pid, long sig) {} 734 POST_SYSCALL(tkill)(long res, long pid, long sig) {}
|
/external/valgrind/ |
D | NEWS.old | 697 121901 no support for syscall tkill
|