Searched refs:CeresWriterMutexLock (Results 1 – 1 of 1) sorted by relevance
307 class CeresWriterMutexLock {309 explicit CeresWriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); } in CeresWriterMutexLock() function310 ~CeresWriterMutexLock() { mu_->WriterUnlock(); } in ~CeresWriterMutexLock()314 CeresWriterMutexLock(const CeresWriterMutexLock&);315 void operator=(const CeresWriterMutexLock&);323 #define CeresWriterMutexLock(x) \ macro