Searched defs:ReaderDecrementBugStruct (Results 1 – 7 of 7) sorted by relevance
760 struct ReaderDecrementBugStruct { struct761 bool cond; // to delay first thread (under mu)762 int done; // reference count (under mu)763 absl::Mutex mu;765 bool waiting_on_cond; // under mu2766 bool have_reader_lock; // under mu2767 bool complete; // under mu2768 absl::Mutex mu2; // > mu
759 struct ReaderDecrementBugStruct { struct760 bool cond; // to delay first thread (under mu)761 int done; // reference count (under mu)762 absl::Mutex mu;764 bool waiting_on_cond; // under mu2765 bool have_reader_lock; // under mu2766 bool complete; // under mu2767 absl::Mutex mu2; // > mu
758 struct ReaderDecrementBugStruct { struct759 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 mu2764 bool have_reader_lock; // under mu2765 bool complete; // under mu2766 absl::Mutex mu2; // > mu
764 struct ReaderDecrementBugStruct { struct765 bool cond; // to delay first thread (under mu)766 int done; // reference count (under mu)767 absl::Mutex mu;769 bool waiting_on_cond; // under mu2770 bool have_reader_lock; // under mu2771 bool complete; // under mu2772 absl::Mutex mu2; // > mu