Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_mutex.h39 void Unlock() { in Unlock() function
116 void Unlock() { in Unlock() function
H A Dsanitizer_thread_registry.h94 void Unlock() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_rtems.cc129 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_solaris.cc218 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_fuchsia.cc132 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_win.cc782 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_mac.cc424 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_linux.cc668 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h37 void Unlock() { in Unlock() function
114 void Unlock() { in Unlock() function
H A Dsanitizer_thread_registry.h92 void Unlock() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_rtems.cc129 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_solaris.cc218 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_fuchsia.cc131 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_win.cc788 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
H A Dsanitizer_mac.cc405 void BlockingMutex::Unlock() { in Unlock() function in __sanitizer::BlockingMutex
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mutex.h39 void Unlock() RELEASE() { atomic_store(&state_, 0, memory_order_release); } in Unlock() function
131 ALWAYS_INLINE void Unlock() { in Unlock() function
209 void Unlock() RELEASE() { in Unlock() function
H A Dsanitizer_thread_registry.h99 void Unlock() RELEASE() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_mutex.cpp185 void Unlock(MutexType type) { in Unlock() function
H A Dsanitizer_symbolizer_report.cpp291 void ScopedErrorReportLock::Unlock() { in Unlock() function in __sanitizer::ScopedErrorReportLock
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mutex.cc160 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector
247 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mutex.cc162 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector
249 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cc36 void Unlock() { pthread_mutex_unlock(&m_); } in Unlock() function in Mutex
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc162 void Mutex::Unlock() { in Unlock() function in Mutex
443 void ScopedThread::Unlock(const Mutex &m) { in Unlock() function in ScopedThread
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc364 void Mutex::Unlock() { in Unlock() function in testing::internal::Mutex
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dntsecapi.d308 Unlock enumerator

12