Home | History | Annotate | Download | only in voice_engine

Lines Matching refs:stats_lock_

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_;