Home
last modified time | relevance | path

Searched refs:ThreadsUnderProfiling (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/profiling/
Dinstrumentation.h155 inline std::set<ThreadInfo*>& ThreadsUnderProfiling() { in ThreadsUnderProfiling() function
173 ThreadsUnderProfiling().erase(self); in ThreadExitCallback()
221 ThreadsUnderProfiling().insert(&ThreadLocalThreadInfo()); in RegisterCurrentThreadForProfiling()
Dprofiler.h252 static_cast<int>(ThreadsUnderProfiling().size()), in Print()
334 for (auto t : ThreadsUnderProfiling()) { in ProfilerThreadFunc()