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

  /external/regex-re2/util/
mutex.h 67 inline void WriterLock() { Lock(); } // Acquire an exclusive lock
68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
174 explicit WriterMutexLock(Mutex *mu) : mu_(mu) { mu_->WriterLock(); }
  /art/runtime/base/
mutex.h 324 void WriterLock(Thread* self) ACQUIRE() { ExclusiveLock(self); }

Completed in 103 milliseconds