Home
last modified time | relevance | path

Searched refs:Unlock (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_globals.h26 void Unlock() { pthread_mutex_unlock(&lock_); } in Unlock() function
48 ~ScopedGlobalLock() { Globals::Get()->Unlock(); } in ~ScopedGlobalLock()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1346 void Unlock() {
1416 ~GTestMutexLock() { mutex_->Unlock(); }
1549 void Unlock() {}