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

/system/core/libutils/
H A DProcessCallStack.cpp175 ThreadInfo& threadInfo = mThreadMap.editValueAt(static_cast<size_t>(idx)); local
184 CallStack& cs = threadInfo.callStack;
188 threadInfo.threadName = getThreadName(tid);
223 const ThreadInfo& threadInfo = mThreadMap.valueAt(i); local
224 const CallStack& cs = threadInfo.callStack;
225 const String8& threadName = threadInfo.threadName;

Completed in 107 milliseconds