Searched refs:HasBeenJoined (Results 1 – 3 of 3) sorted by relevance
133 EXPECT_FALSE(thread.HasBeenJoined()); in TEST()138 EXPECT_FALSE(thread.HasBeenJoined()); in TEST()142 EXPECT_TRUE(thread.HasBeenJoined()); in TEST()177 EXPECT_FALSE(thread.HasBeenJoined()); in TEST()
26 DCHECK(!options_.joinable || HasBeenJoined()) in ~SimpleThread()39 DCHECK(!HasBeenJoined()) << "Tried to Join a thread multiple times."; in Join()
122 bool HasBeenJoined() { return joined_; } in HasBeenJoined() function