Home
last modified time | relevance | path

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

/external/gflags/src/
Dmutex.h186 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() in WriterUnlock() function
332 ~WriterMutexLock() { mu_->WriterUnlock(); } in ~WriterMutexLock()