Searched refs:ScopedEvent (Results 1 – 1 of 1) sorted by relevance
106 class ScopedEvent { class108 ScopedEvent(base::WaitableEvent* event) : event_(event) {} in ScopedEvent() function in gpu::__anon54e4d1b70111::ScopedEvent109 ~ScopedEvent() { event_->Signal(); } in ~ScopedEvent()493 ScopedEvent handle_flush(&flush_event_); in FlushOnGpuThread()