Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp6316 void PostTaskAndWaitForTesting(std::function<void()>);
6529 void ThreadTaskRunner::PostTaskAndWaitForTesting(std::function<void()> fn) { in PostTaskAndWaitForTesting() function in perfetto::base::ThreadTaskRunner
6547 PostTaskAndWaitForTesting([&thread_time_ns] { in GetThreadCPUTimeNsForTesting()