Searched refs:screen_update_thread_ (Results 1 – 2 of 2) sorted by relevance
35 screen_update_thread_.reset(new rtc::PlatformThread(43 rtc::PlatformThread* thread_wrapper = screen_update_thread_.release();85 screen_update_thread_->Start();86 screen_update_thread_->SetPriority(rtc::kRealtimePriority);174 if (!screen_update_thread_) {
68 rtc::scoped_ptr<rtc::PlatformThread> screen_update_thread_; variable