Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chromium/crashpad
/ tgkill
Function
tgkill
handler/linux/exception_handler_server.cc:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
int tgkill(pid_t pid, pid_t tid, int signo) {
126
return syscall(SYS_tgkill, pid, tid, signo);
127
}
128
129
void SendSIGCONT(pid_t pid, pid_t tid) {
130
if (tid > 0) {
Callers
1
SendSIGCONT
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected