Searched refs:stacks (Results 1 – 5 of 5) sorted by relevance
47 transient final Map<Integer, LinkedList<Operation>> stacks field in Proc96 LinkedList<Operation> stack = stacks.get(threadId); in startOperation()99 stacks.put(threadId, stack); in startOperation()118 LinkedList<Operation> stack = stacks.get(threadId); in endOperation()
176 final Map<Thread, StackTraceElement[]> stacks = Thread.getAllStackTraces(); in dumpStacks() local177 for (Map.Entry<Thread, StackTraceElement[]> stack : stacks.entrySet()) { in dumpStacks()
66 // Requests from other protocol stacks.
1175 std::vector<uint32_t> stacks; in GetBagResIdStack() local1176 if (auto maybe_bag = GetBag(resid, stacks); UNLIKELY(IsIOError(maybe_bag))) { in GetBagResIdStack()1180 it = cached_bag_resid_stacks_.emplace(resid, std::move(stacks)).first; in GetBagResIdStack()
23235 // The duration between when the ANR is triggered and when the stacks are dumped23249 // stacks are dumped.23251 // The time taken to dump the stacks.