MCPcopy 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
125int tgkill(pid_t pid, pid_t tid, int signo) {
126 return syscall(SYS_tgkill, pid, tid, signo);
127}
128
129void SendSIGCONT(pid_t pid, pid_t tid) {
130 if (tid > 0) {

Callers 1

SendSIGCONTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected