Searched refs:all_stacks (Results 1 – 1 of 1) sorted by relevance
81 static std::vector<ThreadStack*> all_stacks; in GlobalAllThreadStacks() local82 return &all_stacks; in GlobalAllThreadStacks()99 std::vector<ThreadStack*>* all_stacks = GlobalAllThreadStacks(); in ~ThreadStack() local100 for (auto it = all_stacks->begin(); it != all_stacks->end(); ++it) { in ~ThreadStack()102 all_stacks->erase(it); in ~ThreadStack()
Completed in 6 milliseconds