Home
last modified time | relevance | path

Searched defs:ReaderDecrementBugStruct (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc724 struct ReaderDecrementBugStruct { struct
725 bool cond; // to delay first thread (under mu)
726 int done; // reference count (under mu)
727 absl::Mutex mu;
729 bool waiting_on_cond; // under mu2
730 bool have_reader_lock; // under mu2
731 bool complete; // under mu2
732 absl::Mutex mu2; // > mu
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc758 struct ReaderDecrementBugStruct { struct
759 bool cond; // to delay first thread (under mu)
760 int done; // reference count (under mu)
761 absl::Mutex mu;
763 bool waiting_on_cond; // under mu2
764 bool have_reader_lock; // under mu2
765 bool complete; // under mu2
766 absl::Mutex mu2; // > mu