Searched refs:monitor_thread_ (Results 1 – 6 of 6) sorted by relevance
394 : monitor_thread_(thread) { in CpuMonitor()402 ASSERT(monitor_thread_ == NULL || monitor_thread_ == thread); in set_thread()403 monitor_thread_ = thread; in set_thread()407 if (!monitor_thread_ || !sampler_.Init()) return false; in Start()409 monitor_thread_->SignalQueueDestroyed.connect( in Start()413 monitor_thread_->PostDelayed(period_ms_, this); in Start()419 if (monitor_thread_) { in Stop()420 monitor_thread_->Clear(this); in Stop()431 if (monitor_thread_) { in OnMessage()432 monitor_thread_->PostDelayed(period_ms_, this); in OnMessage()
128 void OnMessageQueueDestroyed() { monitor_thread_ = NULL; } in OnMessageQueueDestroyed()131 Thread* monitor_thread_;
45 monitor_thread_(monitor_thread), monitoring_(false), rate_(0) { in MediaMonitor()50 monitor_thread_->Clear(this); in ~MediaMonitor()92 ASSERT(talk_base::Thread::Current() == monitor_thread_); in OnMessage()105 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollMediaChannel()
59 talk_base::Thread* monitor_thread_; variable
44 monitor_thread_(monitor_thread), monitoring_(false), rate_(0) { in MediaMonitor()49 monitor_thread_->Clear(this); in ~MediaMonitor()91 ASSERT(talk_base::Thread::Current() == monitor_thread_); in OnMessage()104 monitor_thread_->Post(this, MSG_MONITOR_SIGNAL); in PollMediaChannel()