Searched refs:tid_ (Results 1 - 10 of 10) sorted by relevance

/system/core/libbacktrace/
H A DThreadEntry.h54 bool Match(pid_t chk_pid, pid_t chk_tid) { return (chk_pid == pid_ && chk_tid == tid_); }
57 pid_t tid_; member in class:ThreadEntry
H A DThreadEntry.cpp34 : pid_(pid), tid_(tid), ref_count_(1), mutex_(PTHREAD_MUTEX_INITIALIZER),
H A DBacktrace.cpp42 : pid_(pid), tid_(tid), map_(map), map_shared_(true) {
/system/extras/memory_replay/
H A DThreads.cpp85 thread->tid_ = tid;
99 pid_t cur_tid = threads_[index].tid_;
115 pid_t cur_tid = threads_[i].tid_;
130 if (threads_[index].tid_ == 0) {
147 thread->tid_ = 0;
153 if (threads_[i].tid_ != 0) {
H A DThread.h53 pid_t tid_ = 0; member in class:Thread
/system/extras/simpleperf/
H A Devent_fd.h53 pid_t ThreadId() const { return tid_; }
92 tid_(tid),
111 pid_t tid_; member in class:EventFd
H A Dinplace_sampler_lib.cpp63 tid_(gettid()), signo_(DEFAULT_SIGNO), sample_freq_(DEFAULT_SAMPLE_FREQ),
82 int tid_; member in class:__anon1904::SampleManager
221 if (tid == tid_) {
317 MoveToBinaryFormat(static_cast<uint32_t>(tid_), p);
H A Devent_fd.cpp103 "perf_event_file(event %s, tid %d, cpu %d)", event_name_.c_str(), tid_,
140 if (tid_ > 0) {
142 "%s_tid%d_cpu%d", event_name_.c_str(), tid_,
/system/core/include/backtrace/
H A DBacktrace.h183 pid_t Tid() const { return tid_; }
222 pid_t tid_; member in class:Backtrace
/system/core/libbacktrace/include/backtrace/
H A DBacktrace.h183 pid_t Tid() const { return tid_; }
222 pid_t tid_; member in class:Backtrace

Completed in 95 milliseconds