Home
last modified time | relevance | path

Searched refs:owned_worker_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/pc/
Dpeer_connection_factory.cc96 owned_worker_thread_ = rtc::Thread::Create(); in PeerConnectionFactory()
97 owned_worker_thread_->SetName("pc_worker_thread", nullptr); in PeerConnectionFactory()
98 owned_worker_thread_->Start(); in PeerConnectionFactory()
99 worker_thread_ = owned_worker_thread_.get(); in PeerConnectionFactory()
Dpeer_connection_factory.h112 std::unique_ptr<rtc::Thread> owned_worker_thread_; variable