Home
last modified time | relevance | path

Searched refs:IsOwned (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dthread.cc120 if (t && !(t->IsOwned())) { in UnwrapCurrentThread()
311 bool Thread::IsOwned() { in IsOwned() function in rtc::Thread
Dthread.h184 bool IsOwned();
Dthread_unittest.cc260 EXPECT_FALSE(cthread->IsOwned()); in TEST()