Home
last modified time | relevance | path

Searched refs:tid_ (Results 1 – 9 of 9) 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.h53 pid_t ThreadId() const { return tid_; } in ThreadId()
100 tid_(tid), in EventFd()
116 pid_t tid_; variable
Dinplace_sampler_lib.cpp63 tid_(gettid()), signo_(DEFAULT_SIGNO), sample_freq_(DEFAULT_SAMPLE_FREQ), in SampleManager()
82 int tid_; member in __anon56195e7e0111::SampleManager
221 if (tid == tid_) { in CheckThreadNameChange()
317 MoveToBinaryFormat(static_cast<uint32_t>(tid_), p); in SendFakeSampleRecord()
Devent_fd.cpp103 "perf_event_file(event %s, tid %d, cpu %d)", event_name_.c_str(), tid_, in Name()
140 if (tid_ > 0) { in ReadCounter()
142 "%s_tid%d_cpu%d", event_name_.c_str(), tid_, in ReadCounter()
/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.cpp42 : pid_(pid), tid_(tid), map_(map), map_shared_(true) { in Backtrace()
/system/core/libbacktrace/include/backtrace/
DBacktrace.h185 pid_t Tid() const { return tid_; } in Tid()
224 pid_t tid_; variable