Searched refs:_timerThread (Results 1 – 3 of 3) sorted by relevance
44 : _timerThread(0), in EventPosix()210 if (_timerThread) in StartTimer()228 _timerThread = ThreadWrapper::CreateThread(Run, this, kRealtimePriority, in StartTimer()233 if (_timerThread->Start(id)) in StartTimer()295 if(_timerThread) in StopTimer()297 _timerThread->SetNotAlive(); in StopTimer()303 if (_timerThread) in StopTimer()305 if(!_timerThread->Stop()) in StopTimer()310 delete _timerThread; in StopTimer()311 _timerThread = 0; in StopTimer()
55 ThreadWrapper* _timerThread; variable
184 private Thread _timerThread; field in DoSFilter280 _timerThread = (new Thread() in init()308 _timerThread.start(); in init()721 _timerThread.interrupt(); in destroy()