Searched refs:waiter_thread (Results 1 – 1 of 1) sorted by relevance
83 std::thread waiter_thread([this, data] { EXPECT_EQ(queue_.take(), data); }); in TEST_F() local85 waiter_thread.join(); in TEST_F()102 …std::thread waiter_thread([this] { EXPECT_TRUE(queue_.wait_to_take(std::chrono::milliseconds(3)));… in TEST_F() local104 waiter_thread.join(); in TEST_F()109 std::thread waiter_thread([this] { in TEST_F() local117 waiter_thread.join(); in TEST_F()