Home
last modified time | relevance | path

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

/external/perfetto/test/
Dtest_helper.h63 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()
Dend_to_end_shared_memory_fuzzer.cc122 runner_->PostTaskAndWaitForTesting([this]() { producer_.reset(); }); in ~FuzzerFakeProducerThread()
127 runner_->PostTaskAndWaitForTesting([this]() { in Connect()
/external/perfetto/src/base/
Dthread_task_runner.cc93 void ThreadTaskRunner::PostTaskAndWaitForTesting(std::function<void()> fn) { in PostTaskAndWaitForTesting() function in perfetto::base::ThreadTaskRunner
111 PostTaskAndWaitForTesting([&thread_time_ns] { in GetThreadCPUTimeNsForTesting()
/external/perfetto/include/perfetto/ext/base/
Dthread_task_runner.h50 void PostTaskAndWaitForTesting(std::function<void()>);