Searched defs:Unlock (Results 1 - 25 of 49) sorted by relevance

12

/external/drm_hwcomposer/
H A Dautolock.cpp43 int AutoLock::Unlock() { function in class:android::AutoLock
H A Dworker.cpp83 int Worker::Unlock() { function in class:android::Worker
112 ret = Unlock();
129 ret = Unlock();
178 ret = worker->Unlock();
/external/sfntly/cpp/src/sfntly/port/
H A Dlock.cc44 void Lock::Unlock() { function in class:sfntly::Lock
66 void Lock::Unlock() {
/external/libchrome/base/synchronization/
H A Dlock_impl_posix.cc49 void LockImpl::Unlock() { function in class:base::internal::LockImpl
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp57 Unlock();
78 PThreadMutex::Locker::Unlock() function in class:PThreadMutex::Locker
H A DPThreadMutex.h44 void Unlock();
71 void Unlock()
79 Unlock();
87 Unlock();
123 err = Unlock();
139 int Unlock() function in class:PThreadMutex
/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration_monitor.cc52 void DesktopConfigurationMonitor::Unlock() { function in class:webrtc::DesktopConfigurationMonitor
/external/v8/src/base/platform/
H A Dmutex.cc133 void Mutex::Unlock() { function in class:v8::base::Mutex
171 void RecursiveMutex::Unlock() { function in class:v8::base::RecursiveMutex
/external/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc36 void Unlock() { pthread_mutex_unlock(&m_); } function in class:Mutex
65 mutexes[(offset + i) % kNumMutexes].Unlock();
/external/lldb/include/lldb/Host/
H A DProcessRunLock.h114 Unlock();
126 Unlock();
141 Unlock () function in class:lldb_private::ProcessRunLock::ProcessRunLocker
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h150 void Unlock() function in class:DisassemblerLLVMC
154 m_mutex.Unlock();
/external/webrtc/webrtc/base/
H A Dcriticalsection.cc151 void GlobalLockPod::Unlock() { function in class:rtc::GlobalLockPod
153 RTC_DCHECK_EQ(1, old_value) << "Unlock called without calling Lock first";
166 lock_->Unlock();
/external/ceres-solver/internal/ceres/
H A Dmutex.h80 // state between a call to Lock() and a call to Unlock() (that would
83 // Unlock() later, which is pretty perverse).
159 inline void Unlock(); // Release a lock acquired via Lock()
164 // be implemented as synonyms to Lock() and Unlock(). So you can use
170 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
207 void Mutex::Unlock() { assert(mutex_++ == -1); } function in class:ceres::internal::Mutex
219 void Mutex::Unlock() { if (is_safe_) LeaveCriticalSection(&mutex_); } function in class:ceres::internal::Mutex
225 void Mutex::ReaderUnlock() { Unlock(); }
239 void Mutex::Unlock() { CERES_SAFE_PTHREAD(pthread_rwlock_unlock); } function in class:ceres::internal::Mutex
261 void Mutex::Unlock() { CERES_SAFE_PTHREA function in class:ceres::internal::Mutex
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h39 void Unlock() { function in class:__sanitizer::StaticSpinMutex
85 void Unlock();
111 void Unlock() { function in class:__sanitizer::RWMutex
183 mu_->Unlock();
H A Dsanitizer_thread_registry.h88 void Unlock() { mtx_.Unlock(); } function in class:__sanitizer::ThreadRegistry
/external/dng_sdk/source/
H A Ddng_mutex.cpp187 void dng_mutex::Unlock () function in class:dng_mutex
248 fMutex->Unlock ();
261 fMutex->Unlock ();
/external/lldb/source/Host/common/
H A DMutex.cpp135 Unlock();
139 // Unlock the current mutex in this object (if this owns a valid
149 Unlock ();
156 Mutex::Locker::Unlock () function in class:Mutex::Locker
160 m_mutex_ptr->Unlock ();
172 Unlock ();
317 // Unlock() will unlock the mutex. Calling Unlock() on this object
325 Mutex::Unlock() function in class:Mutex
346 TrackingMutex::Unlock () function in class:TrackingMutex
368 LoggingMutex::Unlock () function in class:LoggingMutex
[all...]
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_basic_imp.h51 virtual void Unlock() {} function in class:CXFA_WideTextRead
/external/regex-re2/util/
H A Dmutex.h59 inline void Unlock(); // Release a lock acquired via Lock()
62 // be implemented as synonyms to Lock() and Unlock(). So you can use
68 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
98 void Mutex::Unlock() { assert(mutex_++ == -1); } function in class:re2::Mutex
111 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock(&mutex_)); } function in class:re2::Mutex
126 void Mutex::Unlock() { SAFE_PTHREAD(pthread_mutex_unlock(&mutex_)); } function in class:re2::Mutex
129 void Mutex::ReaderUnlock() { Unlock(); }
137 void Mutex::Unlock() { LeaveCriticalSection(&mutex_); } function in class:re2::Mutex
140 void Mutex::ReaderUnlock() { Unlock(); }
152 ~MutexLock() { mu_->Unlock(); }
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc161 void InternalDeadlockDetector::Unlock(MutexType t) { function in class:__tsan::InternalDeadlockDetector
248 void Mutex::Unlock() { function in class:__tsan::Mutex
253 cur_thread()->internal_deadlock_detector.Unlock(type_);
281 cur_thread()->internal_deadlock_detector.Unlock(type_);
/external/gemmlowp/profiling/
H A Dinstrumentation.h90 static void Unlock() { pthread_mutex_unlock(Mutex()); } function in class:gemmlowp::GlobalLock
97 ~AutoGlobalLock() { GlobalLock<LockId>::Unlock(); }
/external/libchrome/base/files/
H A Dfile_posix.cc370 File::Error File::Unlock() { function in class:base::File
371 SCOPED_FILE_TRACE("Unlock");
/external/lzma/CPP/Windows/
H A DSynchronization.h156 void Unlock() { _object->Leave(); } function in class:NWindows::NSynchronization::CCriticalSectionLock
159 ~CCriticalSectionLock() { Unlock(); }
/external/v8/src/
H A Dv8threads.cc74 isolate_->thread_manager()->Unlock();
84 isolate_->thread_manager()->Unlock();
160 void ThreadManager::Unlock() { function in class:v8::internal::ThreadManager
162 mutex_.Unlock();
/external/valgrind/drd/tests/
H A Dannotate_smart_pointer.cpp68 void Unlock() function in class:Mutex
129 void Unlock() function in class:Mutex
281 m_mutex.Unlock();
289 m_mutex.Unlock();

Completed in 597 milliseconds

12