Searched refs:getTid (Results 1 - 6 of 6) 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/logd/
H A DLogBufferElement.h66 pid_t getTid(void) const { return mTid; } function in class:LogBufferElement
H A DLogStatistics.cpp87 tidTable.add(element->getTid(), element);
122 tidTable.subtract(element->getTid(), element);
152 tidTable.drop(element->getTid(), element);
373 getTid(), uid);
H A DLogStatistics.h325 tid(element->getTid()),
340 const pid_t&getTid() const { return getKey(); } function in struct:TidEntry
362 name = android::tidToName(element->getTid());
364 add(element->getTid());
H A DLogBuffer.cpp401 element->getTid());
419 element->getTid());
/system/core/libutils/
H A DThreads.cpp838 pid_t Thread::getTid() const function in class:android::Thread
847 ALOGW("Thread (this=%p): getTid() is undefined before run()", this);

Completed in 87 milliseconds