Searched refs:Unlock (Results 1 - 25 of 45) sorted by relevance

12

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cpp27 t.Unlock(m);
30 t.Unlock(m);
34 t.Unlock(m);
45 t.Unlock(m);
48 t.Unlock(m);
52 t.Unlock(m);
63 t.Unlock(m);
66 t.Unlock(m);
70 t.Unlock(m);
80 t.Unlock(
[all...]
H A Dtsan_bench.cpp97 t.Unlock(m);
101 m.Unlock();
H A Dtsan_test_util.h58 void Unlock();
114 void Unlock(const UserMutex &m);
H A Dtsan_mop.cpp79 t1.Unlock(m);
96 t1.Unlock(m);
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DProcessRunLock.h40 ~ProcessRunLocker() { Unlock(); }
48 Unlock();
60 void Unlock() { function in class:lldb_private::ProcessRunLock::ProcessRunLocker
H A DLockFileBase.h30 Status Unlock();
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadMutex.h42 void Unlock();
56 void Unlock() {
61 ~Locker() { Unlock(); }
67 Unlock();
103 err = Unlock();
113 int Unlock() { return ::pthread_mutex_unlock(&m_mutex); } function in class:PThreadMutex
H A DPThreadMutex.cpp40 PThreadMutex::Locker::~Locker() { Unlock(); }
58 void PThreadMutex::Locker::Unlock() { function in class:PThreadMutex::Locker
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp36 void Unlock() { pthread_mutex_unlock(&m_); } function in class:Mutex
65 mutexes[(offset + i) % kNumMutexes].Unlock();
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h113 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { mtx_.Unlock(); }
H A Dsanitizer_mutex.h39 void Unlock() SANITIZER_RELEASE() {
133 ALWAYS_INLINE void Unlock() { function in class:__sanitizer::CheckedMutex
225 void Unlock() SANITIZER_RELEASE() {
226 CheckedMutex::Unlock();
291 CheckedMutex::Unlock();
386 ~GenericScopedLock() SANITIZER_RELEASE() { mu_->Unlock(); }
426 mu_->Unlock();
H A Dsanitizer_stackdepot.cpp100 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS;
182 // Allow to restart after Unlock() if needed.
187 void CompressThread::Unlock() { mutex_.Unlock(); } function in class:__sanitizer::__anon135::CompressThread
226 compress_thread.Unlock();
H A Dsanitizer_thread_registry.h100 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); }
H A Dsanitizer_addrhashmap.h261 b->mtx.Unlock();
278 b->mtx.Unlock();
286 b->mtx.Unlock();
347 b->mtx.Unlock();
376 b->mtx.Unlock();
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp190 tracer_thread_argument->mutex.Unlock();
294 tracer_thread_argument.mutex.Unlock();
298 tracer_thread_argument.mutex.Unlock();
H A Dsanitizer_mutex.cpp185 void Unlock(MutexType type) { function in struct:__sanitizer::InternalDeadlockDetector
220 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); }
H A Dsanitizer_symbolizer_report.cpp291 void ScopedErrorReportLock::Unlock() { function in class:__sanitizer::ScopedErrorReportLock
292 mutex_.Unlock();
H A Dsanitizer_stoptheworld_linux_libcdep.cpp290 tracer_thread_argument->mutex.Unlock();
441 tracer_thread_argument.mutex.Unlock();
448 tracer_thread_argument.mutex.Unlock();
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DLockFileBase.cpp47 Status LockFileBase::Unlock() {
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DLockFilePosix.cpp38 LockFilePosix::~LockFilePosix() { Unlock(); }
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp84 void UnlockThreadRegistry() { thread_registry->Unlock(); }
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h191 void Unlock() SANITIZER_RELEASE(live_list_mutex_) {
192 live_list_mutex_.Unlock();
/openbsd-current/gnu/llvm/lldb/source/Host/windows/
H A DLockFileWindows.cpp37 LockFileWindows::~LockFileWindows() { Unlock(); }
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp80 global_proc()->internal_alloc_mtx.Unlock();
112 gp->mtx.Unlock();
122 global_proc()->internal_alloc_mtx.Unlock();
130 global_proc()->mtx.Unlock();
H A Dtsan_rtl.cpp240 slot.mtx.Unlock();
246 for (auto& slot : ctx->slots) slot.mtx.Unlock();
265 slot->mtx.Unlock();
372 slot->mtx.Unlock();
379 thr->slot->mtx.Unlock();
839 ScopedErrorReportLock::Unlock();
840 ctx->slot_mtx.Unlock();
841 ctx->thread_registry.Unlock();
842 for (auto& slot : ctx->slots) slot.mtx.Unlock();

Completed in 252 milliseconds

12