Searched refs:progress_row_cache (Results 1 – 2 of 2) sorted by relevance
93 int progress_row_cache; in TEST() local95 EXPECT_TRUE(buffer_ptr->WaitUntil(5, &progress_row_cache)); in TEST()96 EXPECT_EQ(progress_row_cache, 10); in TEST()99 EXPECT_TRUE(buffer_ptr->WaitUntil(500, &progress_row_cache)); in TEST()100 EXPECT_EQ(progress_row_cache, INT_MAX); in TEST()103 EXPECT_FALSE(buffer_ptr->WaitUntil(50, &progress_row_cache)); in TEST()
283 bool WaitUntil(int progress_row, int* progress_row_cache) { in WaitUntil() argument296 *progress_row_cache = in WaitUntil()