Searched defs:DequeueAllWakeableBugStruct (Results 1 – 7 of 7) sorted by relevance
626 struct DequeueAllWakeableBugStruct { struct627 absl::Mutex mu;628 absl::Mutex mu2; // protects all fields below629 int unfinished_count; // count of unfinished readers; under mu2630 bool done1; // unfinished_count == 0; under mu2631 int finished_count; // count of finished readers, under mu2632 bool done2; // finished_count == 0; under mu2
625 struct DequeueAllWakeableBugStruct { struct626 absl::Mutex mu;627 absl::Mutex mu2; // protects all fields below628 int unfinished_count; // count of unfinished readers; under mu2629 bool done1; // unfinished_count == 0; under mu2630 int finished_count; // count of finished readers, under mu2631 bool done2; // finished_count == 0; under mu2
624 struct DequeueAllWakeableBugStruct { struct625 absl::Mutex mu;626 absl::Mutex mu2; // protects all fields below627 int unfinished_count; // count of unfinished readers; under mu2628 bool done1; // unfinished_count == 0; under mu2629 int finished_count; // count of finished readers, under mu2630 bool done2; // finished_count == 0; under mu2
630 struct DequeueAllWakeableBugStruct { struct631 absl::Mutex mu;632 absl::Mutex mu2; // protects all fields below633 int unfinished_count; // count of unfinished readers; under mu2634 bool done1; // unfinished_count == 0; under mu2635 int finished_count; // count of finished readers, under mu2636 bool done2; // finished_count == 0; under mu2