/aosp_15_r20/external/gflags/src/ |
H A D | mutex.h | 223 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/ |
D | mutex.h | 72 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 D | mutex_unittest.cc | 43 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 D | mutex_abseil.h | 35 void Unlock() RTC_UNLOCK_FUNCTION() { mutex_.Unlock(); } in Unlock() function
|
H A D | mutex_critical_section.h | 45 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock() function
|
H A D | mutex.h | 51 void Unlock() RTC_UNLOCK_FUNCTION() { in Unlock() function
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/5/external/libchrome/base/synchronization/ |
D | lock_impl.h | 68 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/ |
D | lock_impl.h | 68 void LockImpl::Unlock() { in Unlock() function 72 void LockImpl::Unlock() { in Unlock() function
|
/aosp_15_r20/external/libchrome/base/synchronization/ |
H A D | lock_impl.h | 65 void LockImpl::Unlock() { in Unlock() function 69 void LockImpl::Unlock() { in Unlock() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/ |
D | mutex.go | 44 Unlock() methodSpec 214 func (m *Mutex) Unlock() { func
|
D | rwmutex.go | 199 func (rw *RWMutex) Unlock() { func 245 func (r *rlocker) Unlock() { (*RWMutex)(r).RUnlock() } func
|
/aosp_15_r20/external/regex-re2/util/ |
H A D | mutex.h | 69 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 D | proc_sync.go | 54 Unlock() error methodSpec 70 func (l fileLock) Unlock() (err error) { func
|
/aosp_15_r20/external/cronet/base/synchronization/ |
H A D | lock_impl.h | 104 void LockImpl::Unlock() { in Unlock() function 123 void LockImpl::Unlock() { in Unlock() function
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mutex.h | 39 void Unlock() { in Unlock() function 111 void Unlock() { in Unlock() function
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mutex.cc | 162 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/ |
D | Gralloc.cpp | 234 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 D | tsan_test_util_posix.cc | 207 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 D | file_lock.cc | 42 void FileLock::Unlock() { in Unlock() function in disk_cache::FileLock
|
/aosp_15_r20/external/compiler-rt/test/tsan/ |
H A D | mutex_annotations.cc | 25 void Unlock() { in Unlock() function in Mutex
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/ |
D | ProcessRunLock.h | 60 void Unlock() { in Unlock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/ |
D | ProcessRunLock.h | 60 void Unlock() { in Unlock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/ |
D | ProcessRunLock.h | 60 void Unlock() { in Unlock() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/ |
D | ProcessRunLock.h | 60 void Unlock() { in Unlock() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/lockedfile/internal/filelock/ |
D | filelock.go | 61 func Unlock(f File) error { func
|