HomeSort by relevance Sort by last modified time
    Searched defs:WriterUnlock (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
mutex.h 170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
310 ~CeresWriterMutexLock() { mu_->WriterUnlock(); }
  /external/regex-re2/util/
mutex.h 68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
175 ~WriterMutexLock() { mu_->WriterUnlock(); }

Completed in 410 milliseconds