HomeSort by relevance Sort by last modified time
    Searched refs:terminate_crit_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_win.h 71 CriticalSectionWrapper* terminate_crit_; member in class:webrtc::CpuWindows
cpu_win.cc 101 terminate_crit_ = CriticalSectionWrapper::CreateCriticalSection();
105 (init_cond_ != NULL) && (terminate_crit_ != NULL) &&
121 if (terminate_crit_ != NULL)
123 delete terminate_crit_;
124 terminate_crit_ = NULL;
167 CriticalSectionScoped cs(terminate_crit_);
172 terminate_cond_->SleepCS(*terminate_crit_);
188 CriticalSectionScoped cs(terminate_crit_);

Completed in 139 milliseconds