Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/core/
Dshared_memory_arbiter_impl.cc750 base::TaskRunner* task_runner_to_commit_on = nullptr; in NotifyFlushComplete() local
762 task_runner_to_commit_on = task_runner_; in NotifyFlushComplete()
773 if (task_runner_to_commit_on) { in NotifyFlushComplete()
775 task_runner_to_commit_on->PostTask([weak_this] { in NotifyFlushComplete()