Searched refs:WrapCurrent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dthread_unittest.cc110 bool WrapCurrent() { function in class:CustomThread
111 return Thread::WrapCurrent();
252 EXPECT_TRUE(cthread->WrapCurrent());
H A Dthread.h221 bool WrapCurrent();
224 // Same as WrapCurrent except that it never fails as it does not try to
239 // ThreadManager calls this instead WrapCurrent() because
H A Dthread.cc292 bool Thread::WrapCurrent() { function in class:rtc::Thread

Completed in 1856 milliseconds