Searched refs:PostTaskAndWaitForTesting (Results 1 – 4 of 4) sorted by relevance
63 runner_->PostTaskAndWaitForTesting([this]() { svc_.reset(); }); in ~ServiceThread()68 runner_->PostTaskAndWaitForTesting([this]() { in Start()117 runner_->PostTaskAndWaitForTesting([this]() { producer_.reset(); }); in ~ProbesProducerThread()122 runner_->PostTaskAndWaitForTesting([this]() { in Connect()147 runner_->PostTaskAndWaitForTesting([this]() { in FakeProducerThread()154 runner_->PostTaskAndWaitForTesting([this]() { producer_.reset(); }); in ~FakeProducerThread()158 runner_->PostTaskAndWaitForTesting([this]() { in Connect()
122 runner_->PostTaskAndWaitForTesting([this]() { producer_.reset(); }); in ~FuzzerFakeProducerThread()127 runner_->PostTaskAndWaitForTesting([this]() { in Connect()
93 void ThreadTaskRunner::PostTaskAndWaitForTesting(std::function<void()> fn) { in PostTaskAndWaitForTesting() function in perfetto::base::ThreadTaskRunner111 PostTaskAndWaitForTesting([&thread_time_ns] { in GetThreadCPUTimeNsForTesting()
50 void PostTaskAndWaitForTesting(std::function<void()>);