Searched refs:getTid (Results 1 - 7 of 7) sorted by relevance

/system/core/include/utils/
H A DThread.h76 pid_t getTid() const;
105 // legacy for debugging, not used by getTid() as it is set by the child thread
/system/core/libutils/include/utils/
H A DThread.h76 pid_t getTid() const;
105 // legacy for debugging, not used by getTid() as it is set by the child thread
/system/core/logd/
H A DLogBufferElement.h76 pid_t getTid(void) const { function in class:LogBufferElement
H A DLogStatistics.cpp106 tidTable.add(element->getTid(), element);
141 tidTable.subtract(element->getTid(), element);
171 tidTable.drop(element->getTid(), element);
400 std::string name = android::base::StringPrintf("%5u/%u", getTid(), uid);
H A DLogStatistics.h380 tid(element->getTid()),
399 const pid_t& getTid() const { function in struct:TidEntry
429 name = android::tidToName(element->getTid());
431 add(element->getTid());
H A DLogBuffer.cpp145 if (elem->getTid() != last->getTid()) return DIFFERENT;
573 element->getTid());
590 element->getTid());
1164 sameTid = lastTid[element->getLogId()] == element->getTid();
1171 (element->getDropped() && !sameTid) ? 0 : element->getTid();
/system/core/libutils/
H A DThreads.cpp831 pid_t Thread::getTid() const function in class:android::Thread
840 ALOGW("Thread (this=%p): getTid() is undefined before run()", this);

Completed in 288 milliseconds