Home | History | Annotate | Download | only in sanitizer_common

Lines Matching defs:Tid

504   long Tid;
505 thr_self(&Tid);
506 return Tid;
514 int TgKill(pid_t pid, tid_t tid, int sig) {
516 return internal_syscall(SYSCALL(tgkill), pid, tid, sig);
518 return internal_syscall(SYSCALL(thr_kill2), pid, tid, sig);
521 return thr_kill(tid, sig);
1014 bool ThreadLister::IsAlive(int tid) {
1018 internal_snprintf(path, sizeof(path), "/proc/%d/task/%d/status", pid_, tid);
1244 // task's TLS. It writes the PID and TID of the child task to its thread