Home
last modified time | relevance | path

Searched refs:tid_ (Results 1 – 4 of 4) sorted by relevance

/system/core/libbacktrace/
DThreadEntry.h54 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); } in Match()
57 pid_t tid_; variable
DThreadEntry.cpp34 : pid_(pid), tid_(tid), ref_count_(1), mutex_(PTHREAD_MUTEX_INITIALIZER), in ThreadEntry()
DBacktrace.cpp43 : pid_(pid), tid_(tid), map_(map), map_shared_(true) { in Backtrace()
/system/core/include/backtrace/
DBacktrace.h96 pid_t Tid() const { return tid_; } in Tid()
128 pid_t tid_; variable