Searched refs:_startThread (Results 1 – 2 of 2) sorted by relevance
299 : _capturer(nil), _startThread(nullptr) {329 RTC_DCHECK(!_startThread);330 _startThread = rtc::Thread::Current();345 _startThread = nullptr;419 if (_startThread->IsCurrent()) {422 _startThread->Invoke<void>(431 RTC_DCHECK(_startThread->IsCurrent());
73 rtc::Thread* _startThread; // Set in Start(), unset in Stop(). variable