Searched refs:tid_ (Results 1 – 4 of 4) sorted by relevance
54 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); } in Match()57 pid_t tid_; variable
34 : pid_(pid), tid_(tid), ref_count_(1), mutex_(PTHREAD_MUTEX_INITIALIZER), in ThreadEntry()
43 : pid_(pid), tid_(tid), map_(map), map_shared_(true) { in Backtrace()
96 pid_t Tid() const { return tid_; } in Tid()128 pid_t tid_; variable