Home | History | Annotate | Download | only in source

Lines Matching refs:timer_thread_

41     : timer_thread_(0),
187 if (timer_thread_) {
205 timer_thread_ = ThreadWrapper::CreateThread(Run, this, kRealtimePriority,
210 bool started = timer_thread_->Start(id);
269 if (timer_thread_) {
270 timer_thread_->SetNotAlive();
275 if (timer_thread_) {
276 if (!timer_thread_->Stop()) {
280 delete timer_thread_;
281 timer_thread_ = 0;