Searched refs:ThreadsUnderProfiling (Results 1 – 2 of 2) sorted by relevance
156 inline std::set<ThreadInfo*>& ThreadsUnderProfiling() { in ThreadsUnderProfiling() function174 ThreadsUnderProfiling().erase(self); in ThreadExitCallback()224 ThreadsUnderProfiling().insert(&ThreadLocalThreadInfo()); in RegisterCurrentThreadForProfiling()
252 static_cast<int>(ThreadsUnderProfiling().size()), in Print()334 for (auto t : ThreadsUnderProfiling()) { in ProfilerThreadFunc()