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

12

/external/sfntly/cpp/src/sfntly/port/
H A Dlock.cc44 void Lock::Unlock() { function in class:sfntly::Lock
66 void Lock::Unlock() {
/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/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/drm_hwcomposer/
H A Dworker.cpp77 int Worker::Unlock() { function in class:android::Worker
106 ret = Unlock();
123 ret = Unlock();
158 ret = worker->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/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.h87 void Unlock() { mtx_.Unlock(); } function in class:__sanitizer::ThreadRegistry
H A Dsanitizer_mac.cc244 void BlockingMutex::Unlock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_linux.cc477 void BlockingMutex::Unlock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_win.cc501 // constructors, we should probably manually Lock/Unlock all the global
509 void BlockingMutex::Unlock() { function in class:__sanitizer::BlockingMutex
/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/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.cc159 void InternalDeadlockDetector::Unlock(MutexType t) { function in class:__tsan::InternalDeadlockDetector
246 void Mutex::Unlock() { function in class:__tsan::Mutex
251 cur_thread()->internal_deadlock_detector.Unlock(type_);
279 cur_thread()->internal_deadlock_detector.Unlock(type_);
/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.cc79 isolate_->thread_manager()->Unlock();
89 isolate_->thread_manager()->Unlock();
165 void ThreadManager::Unlock() { function in class:v8::internal::ThreadManager
167 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();
H A Dtsan_thread_wrappers_pthread.h124 void Unlock() { function in class:SpinLock
147 void Unlock() { function in class:SpinLock
195 signal_at_unlock_ = true; // Always signal at Unlock to make
204 void Unlock() { function in class:Mutex
212 void ReaderUnlock() { Unlock(); }
268 mu_->Unlock();
305 void Unlock() { CHECK(0 == pthread_rwlock_unlock(&mu_)); } function in class:RWLock
332 mu_->Unlock();
388 mu_.Unlock();
398 mu_.Unlock();
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc272 void Mutex::Unlock() { function in class:google::protobuf::Mutex
308 void Mutex::Unlock() { function in class:google::protobuf::Mutex
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1223 void Unlock() { function in class:testing::internal::MutexBase
1280 ~GTestMutexLock() { mutex_->Unlock(); }
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1213 void Unlock() { function in class:testing::internal::MutexBase
1270 ~GTestMutexLock() { mutex_->Unlock(); }
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h987 void Unlock() { function in class:testing::internal::MutexBase
1044 ~GTestMutexLock() { mutex_->Unlock(); }

Completed in 588 milliseconds

12