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.cc596 base::WaitableEvent tracing_stopped; in StopBlocking() local
597 muxer->task_runner_->PostTask([muxer, session_id, &tracing_stopped] { in StopBlocking()
601 tracing_stopped.Notify(); in StopBlocking()
606 tracing_stopped.Notify(); in StopBlocking()
610 tracing_stopped.Wait(); in StopBlocking()