Searched defs:CondVarWaitDeadlock (Results 1 – 1 of 1) sorted by relevance
535 struct CondVarWaitDeadlock : testing::TestWithParam<int> { struct536 absl::Mutex mu;537 absl::CondVar cv;538 bool cond1 = false;539 bool cond2 = false;540 bool read_lock1;541 bool read_lock2;542 bool signal_unlocked;544 CondVarWaitDeadlock() { in CondVarWaitDeadlock() function550 void Waiter1() { in Waiter1()[all …]