Searched refs:LoopUntil (Results 1 – 1 of 1) sorted by relevance
74 static void LoopUntil(const P &pred) in LoopUntil() function in LocksTest335 LoopUntil([&data] () { return data.callCount > 0; }); in TEST_F()