Searched defs:WriterUnlock (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dmutex.h170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() function in class:ceres::internal::Mutex
310 ~CeresWriterMutexLock() { mu_->WriterUnlock(); }
/external/regex-re2/util/
H A Dmutex.h68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock() function in class:re2::Mutex
175 ~WriterMutexLock() { mu_->WriterUnlock(); }

Completed in 792 milliseconds