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

  /external/webrtc/webrtc/system_wrappers/source/
data_log.cc 326 tables_lock_(RWLockWrapper::CreateRWLock()) {}
337 delete tables_lock_;
372 WriteLockScoped synchronize(*tables_lock_);
385 ReadLockScoped synchronize(*tables_lock_);
394 ReadLockScoped synchronize(*tables_lock_);
402 ReadLockScoped synchronize(*tables_lock_);
412 ReadLockScoped synchronize(*tables_lock_);
  /external/webrtc/webrtc/system_wrappers/include/
data_log_impl.h 152 RWLockWrapper* tables_lock_; member in class:webrtc::DataLogImpl

Completed in 193 milliseconds