Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc784 base::WaitableEvent tracing_stopped; in StopBlocking() local
785 muxer->task_runner_->PostTask([muxer, session_id, &tracing_stopped] { in StopBlocking()
789 tracing_stopped.Notify(); in StopBlocking()
794 tracing_stopped.Notify(); in StopBlocking()
798 tracing_stopped.Wait(); in StopBlocking()