Home
last modified time | relevance | path

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

123456789

/external/cronet/buildtools/third_party/libc++/trunk/src/
Dmutex.cpp49 mutex::unlock() noexcept in unlock() function in mutex
81 recursive_mutex::unlock() noexcept in unlock() function in recursive_mutex
128 timed_mutex::unlock() noexcept in unlock() function in timed_mutex
183 recursive_timed_mutex::unlock() noexcept in unlock() function in recursive_timed_mutex
Dshared_mutex.cpp53 __shared_mutex_base::unlock() in unlock() function in __shared_mutex_base
113 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/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/common/src/internal/
DConcurrent.common.kt9 fun unlock() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/internal/
DConcurrent.kt13 fun unlock(): Unit {} in withLock() method in kotlinx.coroutines.internal.NoOpLock
/external/skia/src/gpu/ganesh/
DGrEagerVertexAllocator.cpp26 void GrEagerDynamicVertexAllocator::unlock(int actualCount) { in unlock() function in GrEagerDynamicVertexAllocator
48 void GrCpuVertexAllocator::unlock(int actualCount) { in unlock() function in GrCpuVertexAllocator
/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/angle/src/libANGLE/
DGlobalMutex.cpp27 ANGLE_INLINE void unlock() { mMutex.unlock(); } in unlock() function in egl::priv::GlobalMutex
48 ANGLE_INLINE void unlock() in unlock() function in egl::priv::GlobalMutex
90 ANGLE_INLINE void unlock() in unlock() function in egl::priv::GlobalMutex
DSharedContextMutex.cpp100 void SingleContextMutex::unlock() in unlock() function in egl::SingleContextMutex
112 void SingleContextMutex::unlock() in unlock() function in egl::SingleContextMutex
135 void SharedContextMutex<Mutex>::unlock() in unlock() function in egl::SharedContextMutex
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/
DMutexLincheckTest.kt32 fun unlock(@Param(name = "owner") owner: Int) = mutex.unlock(owner.asOwnerOrNull) method
/external/webrtc/rtc_base/third_party/sigslot/
Dsigslot.h134 void unlock() {} in unlock() function
152 void unlock() { LeaveCriticalSection(get_critsec()); } in unlock() function
173 void unlock() { LeaveCriticalSection(&m_critsec); } in unlock() function
185 void unlock() { pthread_mutex_unlock(get_mutex()); } in unlock() function
199 void unlock() { pthread_mutex_unlock(&m_mutex); } in unlock() function
/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.cc51 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
/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
/external/pigweed/pw_sync_embos/
Dinterrupt_spin_lock.cc36 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
/external/pigweed/pw_sync_stl/public/pw_sync_stl/
Dinterrupt_spin_lock_inline.h33 inline void InterruptSpinLock::unlock() { in unlock() function
Dmutex_inline.h35 inline void Mutex::unlock() { in unlock() function
Drecursive_mutex_inline.h41 inline void RecursiveMutex::unlock() { in unlock() function
/external/pigweed/pw_sync_baremetal/public/pw_sync_baremetal/
Dmutex_inline.h31 inline void Mutex::unlock() { in unlock() function
Dinterrupt_spin_lock_inline.h31 inline void InterruptSpinLock::unlock() { in unlock() function
/external/protobuf/src/google/protobuf/stubs/
Dmutex.h85 void unlock() { LeaveCriticalSection(&critical_section_); } in unlock() function
104 void unlock() GOOGLE_PROTOBUF_RELEASE() { get().unlock(); } in unlock() function
/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h85 void unlock() { LeaveCriticalSection(&critical_section_); } in unlock() function
104 void unlock() { get().unlock(); } in unlock() function
/external/pigweed/pw_sync_zephyr/public/pw_sync_zephyr/
Dmutex_inline.h43 inline void Mutex::unlock() { in unlock() function

123456789