Searched refs:HasBeenJoined (Results 1 – 3 of 3) sorted by relevance
83 EXPECT_FALSE(thread.HasBeenJoined()); in TEST()88 EXPECT_FALSE(thread.HasBeenJoined()); in TEST()92 EXPECT_TRUE(thread.HasBeenJoined()); in TEST()
36 DCHECK(HasBeenJoined()) << "SimpleThread destroyed without being Join()ed."; in ~SimpleThread()55 DCHECK(!HasBeenJoined()) << "Tried to Join a thread multiple times."; in Join()
110 bool HasBeenJoined() { return joined_; } in HasBeenJoined() function