| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| H A D | tsan_mutex.cc | 28 t.Unlock(m); in TEST() 31 t.Unlock(m); in TEST() 35 t.Unlock(m); in TEST() 46 t.Unlock(m); in TEST() 49 t.Unlock(m); in TEST() 53 t.Unlock(m); in TEST() 64 t.Unlock(m); in TEST() 67 t.Unlock(m); in TEST() 71 t.Unlock(m); in TEST() 81 t.Unlock(m); in TEST() [all …]
|
| H A D | tsan_bench.cc | 98 t.Unlock(m); in TEST() 102 m.Unlock(); in TEST()
|
| H A D | tsan_test_util.h | 52 void Unlock(); 108 void Unlock(const Mutex &m);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
| H A D | tsan_sync_test.cc | 61 s1->mtx.Unlock(); in TEST() 82 s1->mtx.Unlock(); in TEST() 84 s2->mtx.Unlock(); in TEST() 103 s1->mtx.Unlock(); in TEST() 107 s2->mtx.Unlock(); in TEST() 118 s->mtx.Unlock(); in TEST()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_mutex.h | 39 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 210 CheckedMutex::Unlock(); in Unlock() 275 CheckedMutex::Unlock(); in ReadUnlock() 370 ~GenericScopedLock() RELEASE() { mu_->Unlock(); } in RELEASE() 409 mu_->Unlock(); in ~GenericScopedRWLock()
|
| H A D | sanitizer_addrhashmap.h | 260 b->mtx.Unlock(); in acquire() 277 b->mtx.Unlock(); in acquire() 285 b->mtx.Unlock(); in acquire() 345 b->mtx.Unlock(); in release() 374 b->mtx.Unlock(); in release()
|
| H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 190 tracer_thread_argument->mutex.Unlock(); in TracerThread() 294 tracer_thread_argument.mutex.Unlock(); in StopTheWorld() 298 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
|
| H A D | sanitizer_thread_registry.h | 99 void Unlock() RELEASE() { mtx_.Unlock(); } in Unlock() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_mutex.h | 39 void Unlock() { in Unlock() function 80 void Unlock(); 116 void Unlock() { in Unlock() function 188 mu_->Unlock(); in ~GenericScopedLock()
|
| H A D | sanitizer_addrhashmap.h | 223 b->mtx.Unlock(); in acquire() 240 b->mtx.Unlock(); in acquire() 248 b->mtx.Unlock(); in acquire() 308 b->mtx.Unlock(); in release() 337 b->mtx.Unlock(); in release()
|
| H A D | sanitizer_thread_registry.h | 94 void Unlock() { mtx_.Unlock(); } in Unlock() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_mutex.h | 37 void Unlock() { in Unlock() function 78 void Unlock(); 114 void Unlock() { in Unlock() function 186 mu_->Unlock(); in ~GenericScopedLock()
|
| H A D | sanitizer_addrhashmap.h | 221 b->mtx.Unlock(); in acquire() 238 b->mtx.Unlock(); in acquire() 246 b->mtx.Unlock(); in acquire() 306 b->mtx.Unlock(); in release() 335 b->mtx.Unlock(); in release()
|
| H A D | sanitizer_thread_registry.h | 92 void Unlock() { mtx_.Unlock(); } in Unlock() function
|
| H A D | sanitizer_stoptheworld_netbsd_libcdep.cc | 190 tracer_thread_argument->mutex.Unlock(); in TracerThread() 294 tracer_thread_argument.mutex.Unlock(); in StopTheWorld() 298 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_rtl_mutex.cc | 78 s->mtx.Unlock(); in MutexCreate() 91 s->mtx.Unlock(); in MutexDestroy() 110 s->mtx.Unlock(); in MutexDestroy() 127 s->mtx.Unlock(); in MutexDestroy() 203 s->mtx.Unlock(); in MutexPostLock() 246 s->mtx.Unlock(); in MutexUnlock() 330 s->mtx.Unlock(); in MutexReadUnlock() 378 s->mtx.Unlock(); in MutexReadOrWriteUnlock() 393 s->mtx.Unlock(); in MutexRepair() 400 s->mtx.Unlock(); in MutexInvalidAccess() [all …]
|
| H A D | tsan_mutex.cc | 162 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector 249 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex 254 cur_thread()->internal_deadlock_detector.Unlock(type_); in Unlock() 282 cur_thread()->internal_deadlock_detector.Unlock(type_); in ReadUnlock()
|
| H A D | tsan_mutex.h | 49 void Unlock(); 76 void Unlock(MutexType t);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_rtl_mutex.cc | 76 s->mtx.Unlock(); in MutexCreate() 89 s->mtx.Unlock(); in MutexDestroy() 108 s->mtx.Unlock(); in MutexDestroy() 125 s->mtx.Unlock(); in MutexDestroy() 201 s->mtx.Unlock(); in MutexPostLock() 244 s->mtx.Unlock(); in MutexUnlock() 328 s->mtx.Unlock(); in MutexReadUnlock() 376 s->mtx.Unlock(); in MutexReadOrWriteUnlock() 391 s->mtx.Unlock(); in MutexRepair() 398 s->mtx.Unlock(); in MutexInvalidAccess() [all …]
|
| H A D | tsan_mutex.cc | 160 void InternalDeadlockDetector::Unlock(MutexType t) { in Unlock() function in __tsan::InternalDeadlockDetector 247 void Mutex::Unlock() { in Unlock() function in __tsan::Mutex 252 cur_thread()->internal_deadlock_detector.Unlock(type_); in Unlock() 280 cur_thread()->internal_deadlock_detector.Unlock(type_); in ReadUnlock()
|
| H A D | tsan_mutex.h | 47 void Unlock(); 74 void Unlock(MutexType t);
|
| /netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
| H A D | nsload.c | 97 goto Unlock; in AcpiNsLoadTable() 106 goto Unlock; in AcpiNsLoadTable() 141 Unlock: in AcpiNsLoadTable()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ThreadSafetyAnalysis.rst | 56 mu.Unlock(); 110 calling ``mu.Unlock()`` releases that capability. 211 mu1.Unlock(); 268 void Unlock() RELEASE() { mu.Unlock(); } 277 c.Unlock(); 299 mu.Unlock(); 305 mu.Unlock(); 381 m1.Unlock(); 382 m2.Unlock(); 441 mu.Unlock(); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_rtl.cpp | 464 ctx->report_mtx.Unlock(); in Finalize() 508 ScopedErrorReportLock::Unlock(); in ForkParentAfter() 509 ctx->report_mtx.Unlock(); in ForkParentAfter() 510 ctx->thread_registry.Unlock(); in ForkParentAfter() 517 ScopedErrorReportLock::Unlock(); in ForkChildAfter() 518 ctx->report_mtx.Unlock(); in ForkChildAfter() 519 ctx->thread_registry.Unlock(); in ForkChildAfter()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/ |
| H A D | vts_many_threads_bench.cc | 36 void Unlock() { pthread_mutex_unlock(&m_); } in Unlock() function in Mutex 65 mutexes[(offset + i) % kNumMutexes].Unlock(); in Thread()
|