Lines Matching refs:threadInfo
168 ssize_t idx = mThreadMap.add(tid, ThreadInfo());
170 ALOGE("%s: Failed to add new ThreadInfo (errno = %zd, '%s')",
175 ThreadInfo& threadInfo = mThreadMap.editValueAt(static_cast<size_t>(idx));
184 CallStack& cs = threadInfo.callStack;
188 threadInfo.threadName = getThreadName(tid);
223 const ThreadInfo& threadInfo = mThreadMap.valueAt(i);
224 const CallStack& cs = threadInfo.callStack;
225 const String8& threadName = threadInfo.threadName;