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

  /external/gflags/src/
mutex.h 186 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
332 ~WriterMutexLock() { mu_->WriterUnlock(); }
  /art/runtime/base/
mutex.h 286 void WriterUnlock(Thread* self) RELEASE() { ExclusiveUnlock(self); }

Completed in 54 milliseconds