Home
last modified time | relevance | path

Searched defs:Unlock (Results 1 – 25 of 95) sorted by relevance

1234

/external/libchrome/base/synchronization/
Dlock_impl.h65 void LockImpl::Unlock() { in Unlock() function
69 void LockImpl::Unlock() { in Unlock() function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dmutex.h72 void Mutex::Unlock() { ReleaseSRWLockExclusive(&mutex_); } in Unlock() function
86 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } in Unlock() function
97 void Mutex::Unlock() { mutex_.unlock(); } in Unlock() function
/external/gflags/src/
Dmutex.h223 void Mutex::Unlock() { assert(mutex_++ == -1); } in Unlock() function
242 void Mutex::Unlock() { if (is_safe_) LeaveCriticalSection(&mutex_); } in Unlock() function
266 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock); } in Unlock() function
291 void Mutex::Unlock() { SAFE_PTHREAD(pthread_mutex_unlock); } in Unlock() function
/external/webrtc/rtc_base/synchronization/
Dmutex_abseil.h29 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock() function
Dmutex_unittest.cc47 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock() function in webrtc::__anon198f86270111::RawMutexLocker
61 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock() function in webrtc::__anon198f86270111::RawMutexTryLocker
72 void Unlock() { lock_ = nullptr; } in Unlock() function in webrtc::__anon198f86270111::MutexLockLocker
Dmutex.cc25 void GlobalMutex::Unlock() { in Unlock() function in webrtc::GlobalMutex
Dmutex_critical_section.h43 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock() function
Dmutex_pthread.h45 void Unlock() RTC_UNLOCK_FUNCTION() { pthread_mutex_unlock(&mutex_); } in Unlock() function
Dmutex.h57 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock() function
/external/sfntly/cpp/src/sfntly/port/
Dlock.cc44 void Lock::Unlock() { in Unlock() function in sfntly::Lock
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h39 void Unlock() { in Unlock() function
111 void Unlock() { in Unlock() function
/external/drm_hwcomposer/utils/
Dautolock.cpp43 int AutoLock::Unlock() { in Unlock() function in android::AutoLock
DWorker.h35 void Unlock() { in Unlock() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h38 void Unlock() { in Unlock() function
115 void Unlock() { in Unlock() function
/external/llvm-project/compiler-rt/test/tsan/
Dmutex_annotations.cpp25 void Unlock() { in Unlock() function in Mutex
Dcustom_mutex.h35 void Unlock() { in Unlock() function
/external/compiler-rt/test/tsan/
Dmutex_annotations.cc25 void Unlock() { in Unlock() function in Mutex
/external/llvm-project/lldb/include/lldb/Host/
DProcessRunLock.h60 void Unlock() { in Unlock() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc162 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector
249 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cpp161 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector
248 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex
/external/libchrome/base/test/
Dtest_discardable_memory_allocator.cc29 void Unlock() override { in Unlock() function in base::__anon7c71e5ee0111::DiscardableMemoryImpl
/external/llvm-project/lldb/tools/debugserver/source/
DPThreadMutex.cpp58 void PThreadMutex::Locker::Unlock() { in Unlock() function in PThreadMutex::Locker
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc81 void MutexImpl::Unlock() { in Unlock() function in absl::synchronization_internal::MutexImpl
140 void MutexImpl::Unlock() { in Unlock() function in absl::synchronization_internal::MutexImpl
205 void Mutex::Unlock() { impl()->Unlock(); } in Unlock() function in absl::Mutex
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc76 void MutexImpl::Unlock() { in Unlock() function in absl::synchronization_internal::MutexImpl
135 void MutexImpl::Unlock() { in Unlock() function in absl::synchronization_internal::MutexImpl
200 void Mutex::Unlock() { impl()->Unlock(); } in Unlock() function in absl::Mutex
/external/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc76 void MutexImpl::Unlock() { in Unlock() function in absl::synchronization_internal::MutexImpl
135 void MutexImpl::Unlock() { in Unlock() function in absl::synchronization_internal::MutexImpl
200 void Mutex::Unlock() { impl()->Unlock(); } in Unlock() function in absl::Mutex

1234