Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/gflags/src/
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/webrtc/rtc_base/synchronization/
H A Dmutex_unittest.cc43 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock() function in webrtc::__anona92255360111::RawMutexLocker
57 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock() function in webrtc::__anona92255360111::RawMutexTryLocker
68 void Unlock() { lock_ = nullptr; } in Unlock() function in webrtc::__anona92255360111::MutexLockLocker
H A Dmutex_abseil.h35 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock() function
H A Dmutex_critical_section.h45 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock() function
H A Dmutex.h51 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/synchronization/
Dlock_impl.h68 void LockImpl::Unlock() { in Unlock() function
72 void LockImpl::Unlock() { in Unlock() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/synchronization/
Dlock_impl.h68 void LockImpl::Unlock() { in Unlock() function
72 void LockImpl::Unlock() { in Unlock() function
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dlock_impl.h65 void LockImpl::Unlock() { in Unlock() function
69 void LockImpl::Unlock() { in Unlock() function
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dmutex.go44 Unlock() methodSpec
214 func (m *Mutex) Unlock() { func
Drwmutex.go199 func (rw *RWMutex) Unlock() { func
245 func (r *rlocker) Unlock() { (*RWMutex)(r).RUnlock() } func
/aosp_15_r20/external/regex-re2/util/
H A Dmutex.h69 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } in Unlock() function
80 void Mutex::Unlock() { mutex_.unlock(); } in Unlock() function
/aosp_15_r20/build/soong/ui/build/
H A Dproc_sync.go54 Unlock() error methodSpec
70 func (l fileLock) Unlock() (err error) { func
/aosp_15_r20/external/cronet/base/synchronization/
H A Dlock_impl.h104 void LockImpl::Unlock() { in Unlock() function
123 void LockImpl::Unlock() { in Unlock() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h39 void Unlock() { in Unlock() function
111 void Unlock() { in Unlock() function
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc162 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector
249 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex
/aosp_15_r20/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp234 void Gralloc::Unlock(buffer_handle_t buffer) { in Unlock() function in aidl::android::hardware::graphics::composer3::impl::Gralloc
291 void GrallocBuffer::Unlock() { in Unlock() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc207 void Mutex::Unlock() { in Unlock() function in Mutex
488 void ScopedThread::Unlock(const Mutex &m) { in Unlock() function in ScopedThread
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dfile_lock.cc42 void FileLock::Unlock() { in Unlock() function in disk_cache::FileLock
/aosp_15_r20/external/compiler-rt/test/tsan/
H A Dmutex_annotations.cc25 void Unlock() { in Unlock() function in Mutex
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/
DProcessRunLock.h60 void Unlock() { in Unlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/
DProcessRunLock.h60 void Unlock() { in Unlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/
DProcessRunLock.h60 void Unlock() { in Unlock() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/
DProcessRunLock.h60 void Unlock() { in Unlock() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/lockedfile/internal/filelock/
Dfilelock.go61 func Unlock(f File) error { func

123456