Searched refs:complete_event (Results 1 – 1 of 1) sorted by relevance
81 void NoOpOutputCallback(WaitableEvent* complete_event, in NoOpOutputCallback() argument85 complete_event->Signal(); in NoOpOutputCallback()89 WaitableEvent* complete_event) { in EndChromeTracing() argument92 trace_log->Flush(Bind(&NoOpOutputCallback, complete_event)); in EndChromeTracing()131 WaitableEvent complete_event(WaitableEvent::ResetPolicy::AUTOMATIC, in StopATrace() local136 Unretained(&complete_event))); in StopATrace()137 complete_event.Wait(); in StopATrace()