/external/regex-re2/util/ |
D | mutex.h | 98 void Mutex::Unlock() { assert(mutex_++ == -1); } in Unlock() function 111 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } in Unlock() function 126 void Mutex::Unlock() { SAFE_PTHREAD(pthread_mutex_unlock(&mutex_)); } in Unlock() function 137 void Mutex::Unlock() { LeaveCriticalSection(&mutex_); } in Unlock() function
|
/external/v8/src/base/platform/ |
D | mutex.cc | 133 void Mutex::Unlock() { in Unlock() function in v8::base::Mutex 171 void RecursiveMutex::Unlock() { in Unlock() function in v8::base::RecursiveMutex
|
/external/sfntly/cpp/src/sfntly/port/ |
D | lock.cc | 44 void Lock::Unlock() { in Unlock() function in sfntly::Lock
|
/external/compiler-rt/test/tsan/ |
D | mutex_annotations.cc | 25 void Unlock() { in Unlock() function in Mutex
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mutex.h | 39 void Unlock() { in Unlock() function 111 void Unlock() { in Unlock() function
|
D | sanitizer_thread_registry.h | 88 void Unlock() { mtx_.Unlock(); } in Unlock() function
|
/external/drm_hwcomposer/ |
D | worker.h | 35 void Unlock() { in Unlock() function
|
/external/libchrome/base/synchronization/ |
D | lock_impl_posix.cc | 49 void LockImpl::Unlock() { in Unlock() function in base::internal::LockImpl
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | desktop_configuration_monitor.cc | 52 void DesktopConfigurationMonitor::Unlock() { in Unlock() function in webrtc::DesktopConfigurationMonitor
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutex.cc | 162 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector 249 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex
|
/external/webrtc/webrtc/base/ |
D | criticalsection.cc | 151 void GlobalLockPod::Unlock() { in Unlock() function in rtc::GlobalLockPod
|
/external/compiler-rt/lib/tsan/benchmarks/ |
D | vts_many_threads_bench.cc | 36 void Unlock() { pthread_mutex_unlock(&m_); } in Unlock() function in Mutex
|
/external/toolchain-utils/ |
D | file_lock_machine.py | 224 def Unlock(self, exclusive, force=False): member in Lock 296 def Unlock(self, exclusive=False, ignore_ownership=False): member in Machine
|
/external/valgrind/drd/tests/ |
D | tsan_thread_wrappers_pthread.h | 124 void Unlock() { in Unlock() function 147 void Unlock() { in Unlock() function 204 void Unlock() { in Unlock() function 305 void Unlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); } in Unlock() function
|
D | annotate_smart_pointer.cpp | 68 void Unlock() in Unlock() function in Mutex 129 void Unlock() in Unlock() function in Mutex
|
/external/dng_sdk/source/ |
D | dng_mutex.cpp | 187 void dng_mutex::Unlock () in Unlock() function in dng_mutex
|
/external/swiftshader/src/D3D8/ |
D | Direct3DIndexBuffer8.cpp | 165 long Direct3DIndexBuffer8::Unlock() in Unlock() function in D3D8::Direct3DIndexBuffer8
|
D | Direct3DVertexBuffer8.cpp | 186 long Direct3DVertexBuffer8::Unlock() in Unlock() function in D3D8::Direct3DVertexBuffer8
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common.cc | 340 void Mutex::Unlock() { in Unlock() function in google::protobuf::Mutex 376 void Mutex::Unlock() { in Unlock() function in google::protobuf::Mutex
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.cpp | 414 GalliumContext::Unlock() in Unlock() function in GalliumContext
|
/external/lzma/CPP/Windows/ |
D | Synchronization.h | 156 void Unlock() { _object->Leave(); } in Unlock() function
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main_wnd.h | 115 void Unlock() { in Unlock() function
|
/external/swiftshader/src/D3D9/ |
D | Direct3DIndexBuffer9.cpp | 203 long Direct3DIndexBuffer9::Unlock() in Unlock() function in D3D9::Direct3DIndexBuffer9
|
D | Direct3DVertexBuffer9.cpp | 222 long Direct3DVertexBuffer9::Unlock() in Unlock() function in D3D9::Direct3DVertexBuffer9
|
/external/gemmlowp/profiling/ |
D | instrumentation.h | 90 static void Unlock() { pthread_mutex_unlock(Mutex()); } in Unlock() function
|