Searched refs:tgkill (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeThreadLinux.cpp | 34 #define tgkill(pid, tid, sig) \ macro 513 if (::tgkill(pid, tid, SIGSTOP) != 0) { in RequestStop()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux.cpp | 568 return internal_syscall(SYSCALL(tgkill), pid, tid, sig); in TgKill()
|
| H A D | sanitizer_common_syscalls.inc | 792 PRE_SYSCALL(tgkill)(long tgid, long pid, long sig) {} 794 POST_SYSCALL(tgkill)(long res, long tgid, long pid, long sig) {}
|