Searched refs:_ptrThread (Results 1 – 2 of 2) sorted by relevance
224 if (_ptrThread) in Init()231 _ptrThread.reset(new rtc::PlatformThread(ThreadFunc, this, threadName)); in Init()232 _ptrThread->Start(); in Init()233 _ptrThread->SetPriority(rtc::kRealtimePriority); in Init()240 _ptrThread->Stop(); in Init()241 _ptrThread.reset(); in Init()290 if (_ptrThread) in Terminate()292 rtc::PlatformThread* tmpThread = _ptrThread.release(); in Terminate()
226 rtc::scoped_ptr<rtc::PlatformThread> _ptrThread; variable