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.h380 tid(element->getTid()),
399 const pid_t& getTid() const { function in struct:TidEntry
429 name = android::tidToName(element->getTid());
431 add(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 68 milliseconds