/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | ProcessRunLock.h | 40 ~ProcessRunLocker() { Unlock(); } in ~ProcessRunLocker() 48 Unlock(); in TryLock() 60 void Unlock() { in Unlock() function
|
H A D | LockFileBase.h | 30 Status Unlock();
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mutex.h | 39 void Unlock() SANITIZER_RELEASE() { in Unlock() function 133 ALWAYS_INLINE void Unlock() { in Unlock() function 225 void Unlock() SANITIZER_RELEASE() { in Unlock() function 226 CheckedMutex::Unlock(); in Unlock() 291 CheckedMutex::Unlock(); in ReadUnlock() 386 ~GenericScopedLock() SANITIZER_RELEASE() { mu_->Unlock(); } in SANITIZER_RELEASE() 426 mu_->Unlock(); in ~GenericScopedRWLock()
|
H A D | sanitizer_stackdepot.cpp | 100 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS; 182 // Allow to restart after Unlock() if needed. in LockAndStop() 187 void CompressThread::Unlock() { mutex_.Unlock(); } in Unlock() function in __sanitizer::__anon95470afd0111::CompressThread 226 compress_thread.Unlock(); in StackDepotUnlockAll()
|
H A D | sanitizer_thread_arg_retval.h | 38 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock() function
|
H A D | sanitizer_stack_store.h | 113 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { mtx_.Unlock(); } in Unlock() function
|
H A D | sanitizer_addrhashmap.h | 261 b->mtx.Unlock(); in acquire() 278 b->mtx.Unlock(); in acquire() 286 b->mtx.Unlock(); in acquire() 347 b->mtx.Unlock(); in release() 376 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 | 100 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock() function
|
H A D | sanitizer_mutex.cpp | 185 void Unlock(MutexType type) { in Unlock() function 222 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); } in UnlockImpl()
|
H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 290 tracer_thread_argument->mutex.Unlock(); in TracerThread() 441 tracer_thread_argument.mutex.Unlock(); in StopTheWorld() 448 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
|
H A D | sanitizer_symbolizer_report.cpp | 334 void ScopedErrorReportLock::Unlock() { in Unlock() function in __sanitizer::ScopedErrorReportLock 335 mutex_.Unlock(); in Unlock()
|
/freebsd/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsload.c | 205 goto Unlock; in AcpiNsLoadTable() 214 goto Unlock; in AcpiNsLoadTable() 249 Unlock: in AcpiNsLoadTable()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_thread.cpp | 92 thread_arg_retval->Unlock(); in UnlockThreads() 93 thread_registry->Unlock(); in UnlockThreads()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
H A D | vts_many_threads_bench.cpp | 36 void Unlock() { pthread_mutex_unlock(&m_); } in Unlock() function in Mutex 65 mutexes[(offset + i) % kNumMutexes].Unlock(); in Thread()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.cpp | 241 slot.mtx.Unlock(); in DoReset() 247 for (auto& slot : ctx->slots) slot.mtx.Unlock(); in DoReset() 266 slot->mtx.Unlock(); in FindSlotAndLock() 373 slot->mtx.Unlock(); in SlotLock() 380 thr->slot->mtx.Unlock(); in SlotUnlock() 843 ScopedErrorReportLock::Unlock(); in ForkAfter() 844 ctx->slot_mtx.Unlock(); in ForkAfter() 845 ctx->thread_registry.Unlock(); in ForkAfter() 846 for (auto& slot : ctx->slots) slot.mtx.Unlock(); in ForkAfter()
|
H A D | tsan_mman.cpp | 85 global_proc()->internal_alloc_mtx.Unlock(); in InternalAllocAccess() 117 gp->mtx.Unlock(); in ~ScopedGlobalProcessor() 136 global_proc()->internal_alloc_mtx.Unlock(); in AllocatorUnlockAfterFork() 144 global_proc()->mtx.Unlock(); in GlobalProcessorUnlock()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 188 __hwasan::hwasanThreadArgRetval().Unlock(); in UnlockThreads() 189 __hwasan::hwasanThreadList().Unlock(); in UnlockThreads()
|
H A D | hwasan_thread_list.h | 193 void Unlock() SANITIZER_RELEASE(live_list_mutex_) { in Unlock() function 194 live_list_mutex_.Unlock(); in Unlock()
|
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/ |
H A D | zfs_key | 1 Name: Unlock zfs datasets for user
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | LockFilePosix.cpp | 38 LockFilePosix::~LockFilePosix() { Unlock(); } in ~LockFilePosix()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | LockFileBase.cpp | 47 Status LockFileBase::Unlock() { in Unlock() function in LockFileBase
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_report.cpp | 140 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport() 149 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport() 521 asanThreadRegistry().Unlock(); in __asan_describe_address()
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 1435 void Unlock(); 1474 ~GTestMutexLock() { mutex_->Unlock(); } 1696 void Unlock() { 1766 ~GTestMutexLock() { mutex_->Unlock(); } 1913 void Unlock() {}
|
/freebsd/sys/dev/etherswitch/ |
H A D | etherswitch_if.m | 93 # Unlock access to switch registers
|