Searched refs:empty_on_thread (Results 1 – 1 of 1) sorted by relevance
283 test::TestOnThread empty_on_thread(&empty); in TEST_F() local284 empty_on_thread.Start(); in TEST_F()285 empty_on_thread.Join(); in TEST_F()286 EXPECT_TRUE(empty_on_thread.can_read()); in TEST_F()287 EXPECT_TRUE(empty_on_thread.can_modify()); in TEST_F()