Searched refs:tkill (Results 1 – 23 of 23) sorted by relevance
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 74 int tkill(pid_t tid, int sig) { in tkill() function 221 if (tkill(*GetThreadIdPointer(crash_thread), crash_signal) == -1) { in CreateChildCrash()
|
/external/ltp/include/lapi/syscalls/ |
D | aarch64.in | 132 tkill 130
|
D | mips_n64.in | 193 tkill 192
|
D | ia64.in | 199 tkill 1229
|
D | x86_64.in | 199 tkill 200
|
D | sparc64.in | 169 tkill 187
|
D | s390.in | 162 tkill 237
|
D | powerpc.in | 205 tkill 208
|
D | s390x.in | 162 tkill 237
|
D | mips_n32.in | 193 tkill 192
|
D | i386.in | 234 tkill 238
|
D | powerpc64.in | 205 tkill 208
|
D | sparc.in | 191 tkill 187
|
D | sh.in | 261 tkill 266
|
D | mips_o32.in | 237 tkill 236
|
D | arm.in | 206 tkill (__NR_SYSCALL_BASE+238)
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3557 LSS_INLINE _syscall2(int, tkill, pid_t, p, in _syscall2() 4321 LSS_NAME(tkill)(pid, SIGCONT); in LSS_NAME() local
|
/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/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 731 PRE_SYSCALL(tkill)(long pid, long sig) {} 733 POST_SYSCALL(tkill)(long res, long pid, long sig) {}
|
/external/strace/ |
D | NEWS | 890 sendmsg, sgetmask, ssetmask, swapon, tgkill and tkill syscalls.
|
D | ChangeLog-CVS | 3228 (getdents64, gettid, readahead, tkill, setxattr, lsetxattr, fsetxattr,
|
D | ChangeLog | 48914 * linux/sh/syscallent.h: Change tkill type TD -> TS. 48916 * linux/mips/syscallent.h: Change tkill type 0 -> TS. 50847 Solution: use tkill, it needs only tid. 50876 (detach): Use tkill instead of tgkill.
|
/external/ltp/ |
D | gen.bp | 22319 srcs: ["testcases/kernel/syscalls/tkill/tkill01.c"], 22328 srcs: ["testcases/kernel/syscalls/tkill/tkill02.c"],
|