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

  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc 57 : stats_lock_(CriticalSectionWrapper::CreateCriticalSection()),
66 CriticalSectionScoped cs(stats_lock_.get());
74 CriticalSectionScoped cs(stats_lock_.get());
79 CriticalSectionScoped cs(stats_lock_.get());
87 scoped_ptr<CriticalSectionWrapper> stats_lock_; member in class:webrtc::voe::StatisticsProxy
    [all...]
  /art/compiler/driver/
compiler_driver.cc 85 : stats_lock_("AOT compilation statistics lock"),
150 #define STATS_LOCK() MutexLock mu(Thread::Current(), stats_lock_)
290 Mutex stats_lock_; member in class:art::CompilerDriver::AOTCompilationStats
    [all...]

Completed in 71 milliseconds