Searched refs:owned_worker_thread_ (Results 1 – 2 of 2) sorted by relevance
96 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()
112 std::unique_ptr<rtc::Thread> owned_worker_thread_; variable