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

  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.cc 61 thread_active_(false),
87 DCHECK(!thread_active_);
162 thread_active_ = true;
180 if (thread_active_) {
184 thread_active_ = false;
ppb_audio_shared.h 118 bool thread_active_; member in class:ppapi::PPB_Audio_Shared

Completed in 39 milliseconds