Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Ddata_log.cc326 tables_lock_(RWLockWrapper::CreateRWLock()) {} in DataLogImpl()
337 delete tables_lock_; in ~DataLogImpl()
372 WriteLockScoped synchronize(*tables_lock_); in AddTable()
385 ReadLockScoped synchronize(*tables_lock_); in AddColumn()
394 ReadLockScoped synchronize(*tables_lock_); in InsertCell()
402 ReadLockScoped synchronize(*tables_lock_); in NextRow()
412 ReadLockScoped synchronize(*tables_lock_); in Flush()
/external/webrtc/webrtc/system_wrappers/include/
Ddata_log_impl.h152 RWLockWrapper* tables_lock_; variable