Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DProcessCallStack.cpp173 ThreadInfo& threadInfo = mThreadMap.editValueAt(static_cast<size_t>(idx)); in update() local
182 threadInfo.callStack.update(ignoreDepth, tid); in update()
185 threadInfo.threadName = getThreadName(tid); in update()
188 __FUNCTION__, tid, threadInfo.callStack.size()); in update()
213 const ThreadInfo& threadInfo = mThreadMap.valueAt(i); in printInternal() local
214 const String8& threadName = threadInfo.threadName; in printInternal()
219 threadInfo.callStack.print(csPrinter); in printInternal()