Home
last modified time | relevance | path

Searched defs:unlock (Results 1 – 25 of 193) sorted by relevance

12345678

/external/llvm-project/libcxx/src/
Dmutex.cpp45 mutex::unlock() _NOEXCEPT in unlock() function in mutex
77 recursive_mutex::unlock() _NOEXCEPT in unlock() function in recursive_mutex
124 timed_mutex::unlock() _NOEXCEPT in unlock() function in timed_mutex
179 recursive_timed_mutex::unlock() _NOEXCEPT in unlock() function in recursive_timed_mutex
Dshared_mutex.cpp51 __shared_mutex_base::unlock() in unlock() function in __shared_mutex_base
111 void shared_timed_mutex::unlock() { return __base.unlock(); } in unlock() function in shared_timed_mutex
/external/libcxx/src/
Dmutex.cpp43 mutex::unlock() _NOEXCEPT in unlock() function in mutex
75 recursive_mutex::unlock() _NOEXCEPT in unlock() function in recursive_mutex
122 timed_mutex::unlock() _NOEXCEPT in unlock() function in timed_mutex
177 recursive_timed_mutex::unlock() _NOEXCEPT in unlock() function in recursive_timed_mutex
Dshared_mutex.cpp49 __shared_mutex_base::unlock() in unlock() function in __shared_mutex_base
109 void shared_timed_mutex::unlock() { return __base.unlock(); } in unlock() function in shared_timed_mutex
/external/llvm-project/llvm/lib/Support/
DRWMutex.cpp30 bool RWMutexImpl::unlock() { return true; } in unlock() function in RWMutexImpl
101 RWMutexImpl::unlock() in unlock() function in RWMutexImpl
130 bool RWMutexImpl::unlock() { in unlock() function in RWMutexImpl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRWMutex.cpp30 bool RWMutexImpl::unlock() { return true; } in unlock() function in RWMutexImpl
101 RWMutexImpl::unlock() in unlock() function in RWMutexImpl
130 bool RWMutexImpl::unlock() { in unlock() function in RWMutexImpl
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
DConcurrent.kt13 fun unlock(): Unit {} in withLock() method in kotlinx.coroutines.internal.NoOpLock
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DConcurrent.kt13 fun unlock(): Unit {} in withLock() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DConcurrent.common.kt19 fun unlock(): Unit in subscriberList() method
/external/kotlinx.atomicfu/atomicfu/src/commonMain/kotlin/kotlinx/atomicfu/locks/
DSynchronized.common.kt10 fun unlock(): Unit in reentrantLock() method in kotlinx.atomicfu.locks.ReentrantLock
/external/swiftshader/src/Common/
DResource.cpp107 void Resource::unlock() in unlock() function in sw::Resource
133 void Resource::unlock(Accessor relinquisher) in unlock() function in sw::Resource
DMutexLock.hpp50 void unlock() in unlock() function in sw::MutexLock
151 void unlock() in unlock() function in sw::BackoffLock
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DMutexLCStressTest.kt23 fun unlock() = mutex.unlock() method
/external/pdfium/third_party/base/allocator/partition_allocator/
Dspin_lock.h38 ALWAYS_INLINE void unlock() { lock_.store(false, std::memory_order_release); } in unlock() function
/external/gwp_asan/gwp_asan/platform_specific/
Dmutex_fuchsia.cpp20 void Mutex::unlock() __TA_NO_THREAD_SAFETY_ANALYSIS { sync_mutex_unlock(&Mu); } in unlock() function in gwp_asan::Mutex
Dmutex_posix.cpp24 void Mutex::unlock() { in unlock() function in gwp_asan::Mutex
/external/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
Dmutex_fuchsia.cpp20 void Mutex::unlock() __TA_NO_THREAD_SAFETY_ANALYSIS { sync_mutex_unlock(&Mu); } in unlock() function in gwp_asan::Mutex
Dmutex_posix.cpp24 void Mutex::unlock() { in unlock() function in gwp_asan::Mutex
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dinterrupt_spin_lock_inline.h33 inline void InterruptSpinLock::unlock() { in unlock() function
Dmutex_inline.h28 inline void Mutex::unlock() { native_type_.unlock(); } in unlock() function
/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
Dinterrupt_spin_lock_inline.h31 inline void InterruptSpinLock::unlock() { in unlock() function
/external/pigweed/pw_sync_embos/
Dinterrupt_spin_lock.cc40 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
/external/guice/core/src/com/google/inject/internal/
DCycleDetectingLock.java50 void unlock(); in unlock() method
182 public void unlock() { in unlock() method in CycleDetectingLock.CycleDetectingLockFactory.ReentrantCycleDetectingLock
/external/pigweed/pw_sync_freertos/
Dinterrupt_spin_lock.cc56 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
/external/pigweed/pw_sync_threadx/
Dinterrupt_spin_lock.cc52 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock

12345678