Searched refs:WriterLock (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/util/
H A Dmutex.h67 inline void WriterLock() { Lock(); } // Acquire an exclusive lock function in class:re2::Mutex
68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }

Completed in 92 milliseconds