Searched defs:getTid (Results 1 - 3 of 3) sorted by relevance

/system/core/logd/
H A DLogBufferElement.h76 pid_t getTid(void) const { function in class:LogBufferElement
H A DLogStatistics.h397 tid(element->getTid()),
416 const pid_t& getTid() const { function in struct:TidEntry
446 name = android::tidToName(element->getTid());
448 add(element->getTid());
591 tid(element->getTid()),
600 const pid_t& getTid() const { function in struct:TagNameEntry
623 if (tid != 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 73 milliseconds