HomeSort by: relevance | last modified time | path
    Searched defs:Unlock (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_solaris.cc 218 void BlockingMutex::Unlock() {
sanitizer_mutex.h 39 void Unlock() {
80 void Unlock();
116 void Unlock() {
188 mu_->Unlock();
sanitizer_thread_registry.h 94 void Unlock() { mtx_.Unlock(); }
sanitizer_rtems.cc 129 void BlockingMutex::Unlock() {
sanitizer_fuchsia.cc 132 void BlockingMutex::Unlock() {
sanitizer_linux.cc 668 void BlockingMutex::Unlock() {
sanitizer_mac.cc 424 void BlockingMutex::Unlock() {
sanitizer_win.cc 782 void BlockingMutex::Unlock() {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
vts_many_threads_bench.cc 36 void Unlock() { pthread_mutex_unlock(&m_); }
65 mutexes[(offset + i) % kNumMutexes].Unlock();
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutex.cc 162 void InternalDeadlockDetector::Unlock(MutexType t) {
249 void Mutex::Unlock() {
254 cur_thread()->internal_deadlock_detector.Unlock(type_);
282 cur_thread()->internal_deadlock_detector.Unlock(type_);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp 57 // actual mutex lock/unlock operations are checked to adhere to this hierarchy.
185 void Unlock(MutexType type) {
220 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); }
sanitizer_symbolizer_report.cpp 290 void ScopedErrorReportLock::Unlock() {
291 mutex_.Unlock();
sanitizer_mutex.h 39 void Unlock() SANITIZER_RELEASE() {
139 ALWAYS_INLINE void Unlock() {
231 void Unlock() SANITIZER_RELEASE() {
232 CheckedMutex::Unlock();
297 CheckedMutex::Unlock();
392 ~GenericScopedLock() SANITIZER_RELEASE() { mu_->Unlock(); }
432 mu_->Unlock();
sanitizer_stackdepot.cpp 100 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS;
182 // Allow to restart after Unlock() if needed.
187 void CompressThread::Unlock() { mutex_.Unlock(); }
226 compress_thread.Unlock();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.cpp 57 // actual mutex lock/unlock operations are checked to adhere to this hierarchy.
185 void Unlock(MutexType type) {
220 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); }
sanitizer_symbolizer_report.cpp 291 void ScopedErrorReportLock::Unlock() {
292 mutex_.Unlock();
sanitizer_mutex.h 39 void Unlock() RELEASE() { atomic_store(&state_, 0, memory_order_release); }
137 ALWAYS_INLINE void Unlock() {
215 void Unlock() RELEASE() {
216 CheckedMutex::Unlock();
281 CheckedMutex::Unlock();
376 ~GenericScopedLock() RELEASE() { mu_->Unlock(); }
415 mu_->Unlock();
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-port.cc 364 void Mutex::Unlock() {
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 150 # define F_ULOCK 0 /* Unlock a previously locked region. */
1195 void Unlock() const;
1199 void CondMutexUnlockCtx<Fn>::Unlock() const {
1237 [](void *arg) { ((const CondMutexUnlockCtx<Fn> *)arg)->Unlock(); },
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 139 # define F_ULOCK 0 /* Unlock a previously locked region. */
1170 void Unlock() const;
1174 void CondMutexUnlockCtx<Fn>::Unlock() const {
1213 [](void *arg) { ((const CondMutexUnlockCtx<Fn> *)arg)->Unlock(); },
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 1383 void Unlock();
1422 ~GTestMutexLock() { mutex_->Unlock(); }
1639 void Unlock() {
1711 ~GTestMutexLock() { mutex_->Unlock(); }
1850 void Unlock() {}

Completed in 33 milliseconds