/external/cronet/tot/third_party/libc++/src/src/ |
D | mutex.cpp | 36 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
|
D | shared_mutex.cpp | 40 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/ |
D | mutex.cpp | 36 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
|
D | shared_mutex.cpp | 40 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/ |
D | mutex.cpp | 43 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
|
D | shared_mutex.cpp | 49 __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/ |
D | RWMutex.cpp | 30 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/ |
D | RWMutex.cpp | 30 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/ |
D | GrEagerVertexAllocator.cpp | 30 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/ |
D | mutex.hpp | 29 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/ |
D | Synchronized.common.kt | 10 fun unlock(): Unit in reentrantLock() method in kotlinx.atomicfu.locks.ReentrantLock
|
/external/angle/src/libANGLE/ |
D | GlobalMutex.cpp | 28 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/ |
D | Concurrent.common.kt | 5 fun unlock() in tryLock() method in kotlinx.coroutines.internal.ReentrantLock
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/ |
D | Concurrent.kt | 9 fun unlock(): Unit {} in withLock() method in kotlinx.coroutines.internal.NoOpLock
|
/external/angle/src/common/ |
D | SimpleMutex.h | 78 void unlock() in unlock() function 139 void unlock() {} in unlock() function
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/lincheck/ |
D | MutexLincheckTest.kt | 29 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/ |
D | conditionally_enabled_mutex.hpp | 80 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/ |
D | VkEncoder.cpp.inl | 53 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/ |
D | recursive_mutex.hpp | 111 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/ |
D | thread_mutex.hpp | 65 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/ |
D | sigslot.h | 134 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/ |
D | interrupt_spin_lock.cc | 30 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
|
/external/pigweed/pw_sync_freertos/ |
D | interrupt_spin_lock.cc | 51 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
|
/external/pigweed/pw_sync_embos/ |
D | interrupt_spin_lock.cc | 36 void InterruptSpinLock::unlock() { in unlock() function in pw::sync::InterruptSpinLock
|
/external/gwp_asan/gwp_asan/platform_specific/ |
D | mutex_fuchsia.cpp | 20 void Mutex::unlock() __TA_NO_THREAD_SAFETY_ANALYSIS { sync_mutex_unlock(&Mu); } in unlock() function in gwp_asan::Mutex
|