Home
last modified time | relevance | path

Searched refs:tables_lock_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Ddata_log.cc326 tables_lock_(RWLockWrapper::CreateRWLock()) { in DataLogImpl()
339 delete tables_lock_; in ~DataLogImpl()
383 WriteLockScoped synchronize(*tables_lock_); in AddTable()
396 ReadLockScoped synchronize(*tables_lock_); in AddColumn()
405 ReadLockScoped synchronize(*tables_lock_); in InsertCell()
413 ReadLockScoped synchronize(*tables_lock_); in NextRow()
428 ReadLockScoped synchronize(*tables_lock_); in Flush()
/external/webrtc/src/system_wrappers/interface/
Ddata_log_impl.h152 RWLockWrapper* tables_lock_; variable