Searched refs:tables_lock_ (Results 1 – 2 of 2) sorted by relevance
326 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()
152 RWLockWrapper* tables_lock_; variable