Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DThreads.cpp85 thread->tid_ = tid; in CreateThread()
99 pid_t cur_tid = threads_[index].tid_; in FindThread()
115 pid_t cur_tid = threads_[i].tid_; in WaitForAllToQuiesce()
130 if (threads_[index].tid_ == 0) { in FindEmptyEntry()
147 thread->tid_ = 0; in Finish()
153 if (threads_[i].tid_ != 0) { in FinishAll()
DThread.h53 pid_t tid_ = 0; variable
/system/extras/simpleperf/
Devent_fd.h50 return tid_; in ThreadId()
75 tid_(tid), in EventFd()
91 pid_t tid_; variable
Devent_fd.cpp86 event_name_.c_str(), tid_, cpu_); in Name()
/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.cpp41 : pid_(pid), tid_(tid), map_(map), map_shared_(true) { in Backtrace()
/system/core/include/backtrace/
DBacktrace.h128 pid_t Tid() const { return tid_; } in Tid()
164 pid_t tid_; variable