Home
last modified time | relevance | path

Searched refs:WrapCurrent (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/test/
Drun_loop.cc18 worker_thread_.WrapCurrent(); in RunLoop()
Dtest_main_lib.cc138 thread_->WrapCurrent(); in OnTestStart()
/external/webrtc/rtc_base/
Dthread_unittest.cc123 bool WrapCurrent() { return Thread::WrapCurrent(); } in WrapCurrent() function in rtc::__anonec2f23eb0111::CustomThread
283 EXPECT_TRUE(cthread.WrapCurrent()); in TEST()
1114 thread->WrapCurrent(); in TEST()
Dthread.h436 bool WrapCurrent();
Dthread.cc772 bool Thread::WrapCurrent() { in WrapCurrent() function in rtc::Thread