Searched refs:IsOwned (Results 1 – 3 of 3) sorted by relevance
120 if (t && !(t->IsOwned())) { in UnwrapCurrentThread()311 bool Thread::IsOwned() { in IsOwned() function in rtc::Thread
184 bool IsOwned();
260 EXPECT_FALSE(cthread->IsOwned()); in TEST()