Searched refs:monitor_thread_ (Results 1 – 4 of 4) sorted by relevance
381 : monitor_thread_(thread) { in CpuMonitor()389 ASSERT(monitor_thread_ == NULL || monitor_thread_ == thread); in set_thread()390 monitor_thread_ = thread; in set_thread()394 if (!monitor_thread_ || !sampler_.Init()) return false; in Start()396 monitor_thread_->SignalQueueDestroyed.connect( in Start()400 monitor_thread_->PostDelayed(period_ms_, this); in Start()406 if (monitor_thread_) { in Stop()407 monitor_thread_->Clear(this); in Stop()418 if (monitor_thread_) { in OnMessage()419 monitor_thread_->PostDelayed(period_ms_, this); in OnMessage()
111 void OnMessageQueueDestroyed() { monitor_thread_ = NULL; } in OnMessageQueueDestroyed()114 Thread* monitor_thread_;
44 monitor_thread_(monitor_thread), monitoring_(false), rate_(0) { in MediaMonitor()49 monitor_thread_->Clear(this); in ~MediaMonitor()91 ASSERT(rtc::Thread::Current() == monitor_thread_); in OnMessage()104 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollMediaChannel()
60 rtc::Thread* monitor_thread_; variable