Searched refs:WriteUnlock (Results 1 – 4 of 4) sorted by relevance
94 ~WriteLock() { this->mu_->WriteUnlock(); } in ~WriteLock()
143 void WriteUnlock();
154 void RWMutex::WriteUnlock() { PthreadCall("write unlock", pthread_rwlock_unlock(&mu_)); } in WriteUnlock() function in ROCKSDB_NAMESPACE::port::RWMutex
188 void WriteUnlock() { ReleaseSRWLockExclusive(&srwLock_); } in WriteUnlock() function