Home
last modified time | relevance | path

Searched defs:Unlock (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dlock.cc35 void SpinLock::Unlock() noexcept { val_.store(kUnlocked); } in Unlock() function in mindspore::dataset::SpinLock
45 void RWLock::Unlock() noexcept { in Unlock() function in mindspore::dataset::RWLock
111 void SharedLock::Unlock() { in Unlock() function in mindspore::dataset::SharedLock
138 void UniqueLock::Unlock() { in Unlock() function in mindspore::dataset::UniqueLock
161 void LockGuard::Unlock() { in Unlock() function in mindspore::dataset::LockGuard
Dbtree.h155 void Unlock() { rw_lock_.Unlock(); } in Unlock() function
434 void Unlock() { in Unlock() function
498 void Unlock() { in Unlock() function
/third_party/cef/libcef_dll/base/
Dcef_lock_impl.cc33 void LockImpl::Unlock() { in Unlock() function in base::cef_internal::LockImpl
84 void LockImpl::Unlock() { in Unlock() function in base::cef_internal::LockImpl
/third_party/mindspore/mindspore/core/mindrt/include/async/
Dspinlock.h31 void Unlock() { locked.clear(std::memory_order_release); } in Unlock() function
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dlock.cc44 void Lock::Unlock() { in Unlock() function in sfntly::Lock
/third_party/flutter/engine/flutter/fml/synchronization/
Dshared_mutex_std.cc21 void SharedMutexStd::Unlock() { in Unlock() function in fml::SharedMutexStd
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
Dlock.cc44 void Lock::Unlock() { in Unlock() function in sfntly::Lock
/third_party/flutter/engine/flutter/fml/platform/posix/
Dshared_mutex_posix.cc26 void SharedMutexPosix::Unlock() { in Unlock() function in fml::SharedMutexPosix
/third_party/re2/util/
Dmutex.h69 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } in Unlock() function
80 void Mutex::Unlock() { mutex_.unlock(); } in Unlock() function
/third_party/openh264/codec/common/inc/
DWelsLock.h65 WELS_THREAD_ERROR_CODE Unlock() { in Unlock() function
/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc81 void MutexImpl::Unlock() { in Unlock() function in absl::synchronization_internal::MutexImpl
140 void MutexImpl::Unlock() { in Unlock() function in absl::synchronization_internal::MutexImpl
205 void Mutex::Unlock() { impl()->Unlock(); } in Unlock() function in absl::Mutex
/third_party/abseil-cpp/absl/base/internal/
Dspinlock.h99 inline void Unlock() ABSL_UNLOCK_FUNCTION() { in Unlock() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dspinlock.h96 inline void Unlock() ABSL_UNLOCK_FUNCTION() { in Unlock() function
/third_party/protobuf/src/google/protobuf/stubs/
Dmutex.h100 void Unlock() GOOGLE_PROTOBUF_RELEASE() { mu_.unlock(); } in Unlock() function
/third_party/grpc/include/grpcpp/impl/codegen/
Dsync.h107 void Unlock() { in Unlock() function
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_mutex.cpp187 void dng_mutex::Unlock () in Unlock() function in dng_mutex
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp420 GalliumContext::Unlock() in Unlock() function in GalliumContext
/third_party/cef/libcef/browser/gpu/
Dexternal_texture_manager.cc104 void Unlock() { in Unlock() function in gpu::gles2::__anon391b46840111::GLImageDXGISharedHandle
/third_party/node/src/
Dnode_mutex.h213 void MutexBase<Traits>::Unlock() { in Unlock() function
/third_party/gn/src/base/files/
Dfile_win.cc200 File::Error File::Unlock() { in Unlock() function in base::File
Dfile_posix.cc279 File::Error File::Unlock() { in Unlock() function in base::File
/third_party/abseil-cpp/absl/flags/
Dreflection.cc55 void Unlock() ABSL_UNLOCK_FUNCTION(lock_) { lock_.Unlock(); } in Unlock() function in absl::flags_internal::FlagRegistry
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp291 IGstMFVideoBuffer::Unlock (void) in Unlock() function in IGstMFVideoBuffer
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dreflection.cc56 void Unlock() ABSL_UNLOCK_FUNCTION(lock_) { lock_.Unlock(); } in Unlock() function in absl::flags_internal::FlagRegistry
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info.cc413 void CordzInfo::Unlock() ABSL_UNLOCK_FUNCTION(mutex_) { in Unlock() function in absl::cord_internal::CordzInfo

12