Home | History | Annotate | Download | only in source

Lines Matching refs:_timerThread

44     : _timerThread(0),
210 if (_timerThread)
228 _timerThread = ThreadWrapper::CreateThread(Run, this, kRealtimePriority,
233 if (_timerThread->Start(id))
295 if(_timerThread)
297 _timerThread->SetNotAlive();
303 if (_timerThread)
305 if(!_timerThread->Stop())
310 delete _timerThread;
311 _timerThread = 0;