Home
last modified time | relevance | path

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

/system/extras/memory_replay/
DThreads.cpp81 thread->tid_ = tid; in CreateThread()
95 pid_t cur_tid = threads_[index].tid_; in FindThread()
111 pid_t cur_tid = threads_[i].tid_; in WaitForAllToQuiesce()
126 if (threads_[index].tid_ == 0) { in FindEmptyEntry()
143 thread->tid_ = 0; in Finish()
150 if (threads_[i].tid_ != 0) { in FinishAll()
DThread.h51 pid_t tid_ = 0; variable
/system/logging/logd/
DLogBufferElement.cpp37 tid_(tid), in LogBufferElement()
50 tid_(elem.tid_), in LogBufferElement()
67 tid_(elem.tid_), in LogBufferElement()
194 const char* commName = android::tidToName(tid_); in PopulateDroppedMessage()
195 if (!commName && (tid_ != pid_)) { in PopulateDroppedMessage()
276 entry.tid = tid_; in FlushTo()
DSerializedLogEntry.h40 tid_(tid), in SerializedLogEntry()
83 pid_t tid() const { return tid_; } in tid()
95 const uint32_t tid_; variable
DLogBufferElement.h53 pid_t tid() const { return tid_; } in tid()
67 const uint32_t tid_; variable
DLogStatistics.h413 : EntryBase(element), tid_(element.tid), pid_(element.pid), uid_(element.uid) {} in TagNameEntry()
415 pid_t tid() const { return tid_; } in tid()
426 if (tid_ != element.tid) { in Add()
427 tid_ = -1; in Add()
436 pid_t tid_;
DLogStatistics.cpp689 if (tid_ != (pid_t)-1 && tid_ != pid_) pidstr = "/" + pidstr; in format()
693 if (tid_ == (pid_t)-1 || tid_ == pid_) { in format()
696 name = android::base::StringPrintf("%*u", len, tid_); in format()
/system/unwinding/libunwindstack/
DThreadEntry.cpp37 ThreadEntry::ThreadEntry(pid_t tid) : tid_(tid), ref_count_(1), wait_value_(0) { in ThreadEntry()
39 entries_[tid_] = this; in ThreadEntry()
71 auto iter = entries_.find(tid_); in ~ThreadEntry()
DThreadEntry.h64 pid_t tid_; variable
/system/unwinding/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/extras/simpleperf/
Devent_fd.h55 pid_t ThreadId() const { return tid_; } in ThreadId()
118 tid_(tid), in EventFd()
134 pid_t tid_; variable
Devent_fd.cpp99 event_name_.c_str(), tid_, cpu_); in Name()
143 if (tid_ > 0) { in ReadCounter()
145 android::base::StringPrintf("%s_tid%d_cpu%d", event_name_.c_str(), tid_, cpu_).c_str(), in ReadCounter()
/system/unwinding/libbacktrace/include/backtrace/
DBacktrace.h162 pid_t Tid() const { return tid_; } in Tid()
201 pid_t tid_; variable