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