Searched refs:PostTaskAndWaitForTesting (Results 1 – 7 of 7) sorted by relevance
46 runner_.PostTaskAndWaitForTesting([this]() { in TracingServiceThread()58 runner_.PostTaskAndWaitForTesting([this]() { svc_.reset(); }); in ~TracingServiceThread()79 runner_.PostTaskAndWaitForTesting([this]() { in HeapprofdThread()92 runner_.PostTaskAndWaitForTesting([]() {}); in Sync()96 runner_.PostTaskAndWaitForTesting([this]() { in ~HeapprofdThread()
134 runner_->PostTaskAndWaitForTesting([this]() { in Start()168 runner_->PostTaskAndWaitForTesting([this]() { svc_.reset(); }); in Stop()201 runner_->PostTaskAndWaitForTesting([this]() { producer_.reset(); }); in ~ProbesProducerThread()206 runner_->PostTaskAndWaitForTesting([this]() { in Connect()232 runner_->PostTaskAndWaitForTesting([this, producer_name]() { in FakeProducerThread()238 runner_->PostTaskAndWaitForTesting([this]() { producer_.reset(); }); in ~FakeProducerThread()242 runner_->PostTaskAndWaitForTesting([this]() { in Connect()
125 runner_->PostTaskAndWaitForTesting([this]() { producer_.reset(); }); in ~FuzzerFakeProducerThread()130 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()
78 runner_.PostTaskAndWaitForTesting([this]() { in TracingServiceThread()90 runner_.PostTaskAndWaitForTesting([this]() { svc_.reset(); }); in ~TracingServiceThread()
50 void PostTaskAndWaitForTesting(std::function<void()>);