Searched refs:stripes_lock_ (Results 1 – 2 of 2) sorted by relevance
48 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_; variable66 std::array<StripePtrVec, kNumOrientations> stripes_ GUARDED_BY(stripes_lock_);68 GUARDED_BY(stripes_lock_) = MakeSeqNumberVec();
96 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()