Home
last modified time | relevance | path

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

12345678910>>...13

/external/cronet/tot/third_party/libc++/src/src/
Dmutex.cpp36 void mutex::unlock() noexcept { in unlock() function in mutex
63 void recursive_mutex::unlock() noexcept { in unlock() function in recursive_mutex
94 void timed_mutex::unlock() noexcept { in unlock() function in timed_mutex
134 void recursive_timed_mutex::unlock() noexcept { in unlock() function in recursive_timed_mutex
Dshared_mutex.cpp40 void __shared_mutex_base::unlock() { in unlock() function in __shared_mutex_base
88 void shared_timed_mutex::unlock() { return __base_.unlock(); } in unlock() function in shared_timed_mutex
/external/cronet/stable/third_party/libc++/src/src/
Dmutex.cpp36 void mutex::unlock() noexcept { in unlock() function in mutex
63 void recursive_mutex::unlock() noexcept { in unlock() function in recursive_mutex
94 void timed_mutex::unlock() noexcept { in unlock() function in timed_mutex
134 void recursive_timed_mutex::unlock() noexcept { in unlock() function in recursive_timed_mutex
Dshared_mutex.cpp40 void __shared_mutex_base::unlock() { in unlock() function in __shared_mutex_base
88 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/swiftshader/third_party/llvm-16.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/skia/src/gpu/ganesh/
DGrEagerVertexAllocator.cpp30 void GrEagerDynamicVertexAllocator::unlock(int actualCount) { in unlock() function in GrEagerDynamicVertexAllocator
52 void GrCpuVertexAllocator::unlock(int actualCount) { in unlock() function in GrCpuVertexAllocator
/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/detail/
Dmutex.hpp29 static void unlock() {} in unlock() function in boost::details::pool::null_mutex
85 void unlock() in unlock() function in boost::details::pool::pt_mutex
127 void unlock() in unlock() function in boost::details::pool::cs_mutex
/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.cpp28 ANGLE_INLINE void unlock() { mMutex.unlock(); } in unlock() function in egl::priv::GlobalMutex
49 ANGLE_INLINE void unlock() in unlock() function in egl::priv::GlobalMutex
91 ANGLE_INLINE void unlock() in unlock() function in egl::priv::GlobalMutex
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
DConcurrent.common.kt5 fun unlock() in tryLock() method in kotlinx.coroutines.internal.ReentrantLock
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
DConcurrent.kt9 fun unlock(): Unit {} in withLock() method in kotlinx.coroutines.internal.NoOpLock
/external/angle/src/common/
DSimpleMutex.h78 void unlock() in unlock() function
139 void unlock() {} in unlock() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/
DMutexLincheckTest.kt29 fun unlock(@Param(name = "owner") owner: Int) = mutex.unlock(owner.asOwnerOrNull) method in kotlinx.coroutines.lincheck.MutexLincheckTest
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dconditionally_enabled_mutex.hpp80 void unlock() in unlock() function in boost::asio::detail::conditionally_enabled_mutex::scoped_lock
132 void unlock() in unlock() function in boost::asio::detail::conditionally_enabled_mutex
/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DVkEncoder.cpp.inl53 void unlock() { mLock.clear(std::memory_order_release); } function in VkEncoder::Impl
74 void VkEncoder::unlock() { mImpl->unlock(); } function in VkEncoder
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/pthread/
Drecursive_mutex.hpp111 void unlock() in unlock() function in boost::recursive_mutex
148 void unlock() in unlock() function in boost::recursive_mutex
276 void unlock() in unlock() function in boost::recursive_timed_mutex
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dthread_mutex.hpp65 void unlock() in unlock() function in boost::container::dtl::thread_mutex
156 void unlock() in unlock() function in boost::container::dtl::thread_mutex
/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/pigweed/pw_sync_zephyr/
Dinterrupt_spin_lock.cc30 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
/external/pigweed/pw_sync_freertos/
Dinterrupt_spin_lock.cc51 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
/external/pigweed/pw_sync_embos/
Dinterrupt_spin_lock.cc36 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

12345678910>>...13