Home
last modified time | relevance | path

Searched refs:stripes_lock_ (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dframe_buffer_watcher.h48 REQUIRES(stripes_lock_);
51 REQUIRES(stripes_lock_);
54 EXCLUDES(stripes_lock_);
60 StripePtrVec& Stripes(ScreenOrientation orientation) REQUIRES(stripes_lock_);
62 REQUIRES(stripes_lock_);
65 mutable std::mutex stripes_lock_; variable
66 std::array<StripePtrVec, kNumOrientations> stripes_ GUARDED_BY(stripes_lock_);
68 GUARDED_BY(stripes_lock_) = MakeSeqNumberVec();
Dframe_buffer_watcher.cpp96 std::lock_guard<std::mutex> guard(stripes_lock_); in StripesNewerThan()
130 std::lock_guard<std::mutex> guard(stripes_lock_); in UpdateStripeIfStripeIsNew()
160 std::lock_guard<std::mutex> guard(stripes_lock_); in Worker()