Searched refs:notification_arrived_ (Results 1 – 1 of 1) sorted by relevance
54 notification_arrived_ = true; in notify()61 cv_.wait(lk, [this] { return notification_arrived_; }); in wait_vsync_notify()62 notification_arrived_ = false; in wait_vsync_notify()71 bool mutable notification_arrived_ = false; member