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