Searched refs:no_timeout (Results 1 – 2 of 2) sorted by relevance
52 std::cv_status status = std::cv_status::no_timeout; in wait()80 EXPECT_EQ(std::cv_status::no_timeout, wait()); in TEST_F()95 EXPECT_EQ(std::cv_status::no_timeout, wait()); in TEST_F()110 EXPECT_EQ(std::cv_status::no_timeout, wait()); in TEST_F()
97 : no_timeout(false), in WaitForCallbackResult()102 bool no_timeout; member149 while (!res.no_timeout) {320 res.no_timeout = true; in Wait()426 if (test.no_timeout) { in PeekCallbackLocks()