Home
last modified time | relevance | path

Searched refs:getTid (Results 1 – 3 of 3) sorted by relevance

/system/core/logd/
DLogBufferElement.h44 pid_t getTid(void) const { return mTid; } in getTid() function
/system/core/include/utils/
DThread.h76 pid_t getTid() const;
/system/core/libutils/
DThreads.cpp860 pid_t Thread::getTid() const in getTid() function in android::Thread