Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc73 CallWithGuard([&] { task_runner_->PostTask(std::move(task)); }); in PostTask()
77 CallWithGuard( in PostDelayedTask()
83 CallWithGuard( in AddFileDescriptorWatch()
88 CallWithGuard([&] { task_runner_->RemoveFileDescriptorWatch(fd); }); in RemoveFileDescriptorWatch()
93 CallWithGuard([&] { result = task_runner_->RunsTasksOnCurrentThread(); }); in RunsTasksOnCurrentThread()
99 void CallWithGuard(T lambda) const { in CallWithGuard() function in perfetto::internal::__anonbbd249c00111::NonReentrantTaskRunner