Home
last modified time | relevance | path

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

12

/external/regex-re2/util/
Dmutex.h98 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/
Dmutex.cc133 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/
Dlock.cc44 void Lock::Unlock() { in Unlock() function in sfntly::Lock
/external/compiler-rt/test/tsan/
Dmutex_annotations.cc25 void Unlock() { in Unlock() function in Mutex
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h39 void Unlock() { in Unlock() function
111 void Unlock() { in Unlock() function
Dsanitizer_thread_registry.h88 void Unlock() { mtx_.Unlock(); } in Unlock() function
/external/drm_hwcomposer/
Dworker.h35 void Unlock() { in Unlock() function
/external/libchrome/base/synchronization/
Dlock_impl_posix.cc49 void LockImpl::Unlock() { in Unlock() function in base::internal::LockImpl
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration_monitor.cc52 void DesktopConfigurationMonitor::Unlock() { in Unlock() function in webrtc::DesktopConfigurationMonitor
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutex.cc162 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/
Dcriticalsection.cc151 void GlobalLockPod::Unlock() { in Unlock() function in rtc::GlobalLockPod
/external/compiler-rt/lib/tsan/benchmarks/
Dvts_many_threads_bench.cc36 void Unlock() { pthread_mutex_unlock(&m_); } in Unlock() function in Mutex
/external/toolchain-utils/
Dfile_lock_machine.py224 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/
Dtsan_thread_wrappers_pthread.h124 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
Dannotate_smart_pointer.cpp68 void Unlock() in Unlock() function in Mutex
129 void Unlock() in Unlock() function in Mutex
/external/dng_sdk/source/
Ddng_mutex.cpp187 void dng_mutex::Unlock () in Unlock() function in dng_mutex
/external/swiftshader/src/D3D8/
DDirect3DIndexBuffer8.cpp165 long Direct3DIndexBuffer8::Unlock() in Unlock() function in D3D8::Direct3DIndexBuffer8
DDirect3DVertexBuffer8.cpp186 long Direct3DVertexBuffer8::Unlock() in Unlock() function in D3D8::Direct3DVertexBuffer8
/external/protobuf/src/google/protobuf/stubs/
Dcommon.cc340 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/
DGalliumContext.cpp414 GalliumContext::Unlock() in Unlock() function in GalliumContext
/external/lzma/CPP/Windows/
DSynchronization.h156 void Unlock() { _object->Leave(); } in Unlock() function
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.h115 void Unlock() { in Unlock() function
/external/swiftshader/src/D3D9/
DDirect3DIndexBuffer9.cpp203 long Direct3DIndexBuffer9::Unlock() in Unlock() function in D3D9::Direct3DIndexBuffer9
DDirect3DVertexBuffer9.cpp222 long Direct3DVertexBuffer9::Unlock() in Unlock() function in D3D9::Direct3DVertexBuffer9
/external/gemmlowp/profiling/
Dinstrumentation.h90 static void Unlock() { pthread_mutex_unlock(Mutex()); } in Unlock() function

12