Searched refs:blocking_stop_complete_callback_ (Results 1 – 2 of 2) sorted by relevance
389 if (blocking_stop_complete_callback_) { in NotifyStopComplete()390 muxer_->task_runner_->PostTask(std::move(blocking_stop_complete_callback_)); in NotifyStopComplete()391 blocking_stop_complete_callback_ = nullptr; in NotifyStopComplete()604 PERFETTO_DCHECK(!consumer->blocking_stop_complete_callback_); in StopBlocking()605 consumer->blocking_stop_complete_callback_ = [&] { in StopBlocking()
306 std::function<void()> blocking_stop_complete_callback_; variable