Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_producer_integrationtest.cc46 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()
/aosp_15_r20/external/perfetto/test/
H A Dtest_helper.h134 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()
H A Dend_to_end_shared_memory_fuzzer.cc125 runner_->PostTaskAndWaitForTesting([this]() { producer_.reset(); }); in ~FuzzerFakeProducerThread()
130 runner_->PostTaskAndWaitForTesting([this]() { in Connect()
/aosp_15_r20/external/perfetto/src/base/
H A 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()
/aosp_15_r20/external/perfetto/src/tracing/internal/
H A Dtracing_muxer_impl_integrationtest.cc78 runner_.PostTaskAndWaitForTesting([this]() { in TracingServiceThread()
90 runner_.PostTaskAndWaitForTesting([this]() { svc_.reset(); }); in ~TracingServiceThread()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dthread_task_runner.h50 void PostTaskAndWaitForTesting(std::function<void()>);
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dthread_task_runner.h50 void PostTaskAndWaitForTesting(std::function<void()>);