Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h39 void Unlock() SANITIZER_RELEASE() { in Unlock() function
133 ALWAYS_INLINE void Unlock() { in Unlock() function
225 void Unlock() SANITIZER_RELEASE() { in Unlock() function
H A Dsanitizer_stack_store.h113 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_thread_arg_retval.h38 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_thread_registry.h100 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_mutex.cpp185 void Unlock(MutexType type) { in Unlock() function
H A Dsanitizer_stackdepot.cpp187 void CompressThread::Unlock() { mutex_.Unlock(); } in Unlock() function in __sanitizer::__anon95470afd0111::CompressThread
H A Dsanitizer_symbolizer_report.cpp334 void ScopedErrorReportLock::Unlock() { in Unlock() function in __sanitizer::ScopedErrorReportLock
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h60 void Unlock() { in Unlock() function
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp36 void Unlock() { pthread_mutex_unlock(&m_); } in Unlock() function in Mutex
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp47 Status LockFileBase::Unlock() { in Unlock() function in LockFileBase
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h193 void Unlock() SANITIZER_RELEASE(live_list_mutex_) { in Unlock() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-port.cc329 void Mutex::Unlock() { in Unlock() function in testing::internal::Mutex
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1207 void CondMutexUnlockCtx<Fn>::Unlock() const { in Unlock() function in __anone12077120211::CondMutexUnlockCtx