Home
last modified time | relevance | path

Searched refs:Unlock (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h40 ~ProcessRunLocker() { Unlock(); } in ~ProcessRunLocker()
48 Unlock(); in TryLock()
60 void Unlock() { in Unlock() function
H A DLockFileBase.h30 Status Unlock();
/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
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 Dsanitizer_stackdepot.cpp100 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS;
187 void CompressThread::Unlock() { mutex_.Unlock(); } in Unlock() function in __sanitizer::__anonbce2cbc50111::CompressThread
226 compress_thread.Unlock(); in StackDepotUnlockAfterFork()
H A Dsanitizer_thread_arg_retval.h38 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_stack_store.h113 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_addrhashmap.h261 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 Dsanitizer_thread_registry.h100 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp190 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 Dsanitizer_flat_map.h114 void Unlock() SANITIZER_NO_THREAD_SAFETY_ANALYSIS { mu_.Unlock(); } in Unlock() function
H A Dsanitizer_mutex.cpp185 void Unlock(MutexType type) { in Unlock() function
220 void CheckedMutex::UnlockImpl() { deadlock_detector.Unlock(type_); } in UnlockImpl()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp290 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 Dsanitizer_symbolizer_report.cpp330 void ScopedErrorReportLock::Unlock() { in Unlock() function in __sanitizer::ScopedErrorReportLock
331 mutex_.Unlock(); in Unlock()
/freebsd/sys/contrib/dev/acpica/components/namespace/
H A Dnsload.c205 goto Unlock; in AcpiNsLoadTable()
214 goto Unlock; in AcpiNsLoadTable()
249 Unlock: in AcpiNsLoadTable()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp92 thread_arg_retval->Unlock(); in UnlockThreads()
93 thread_registry->Unlock(); in UnlockThreads()
/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
65 mutexes[(offset + i) % kNumMutexes].Unlock(); in Thread()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp240 slot.mtx.Unlock(); in DoReset()
246 for (auto& slot : ctx->slots) slot.mtx.Unlock(); in DoReset()
265 slot->mtx.Unlock(); in FindSlotAndLock()
372 slot->mtx.Unlock(); in SlotLock()
379 thr->slot->mtx.Unlock(); in SlotUnlock()
839 ScopedErrorReportLock::Unlock(); in ForkAfter()
840 ctx->slot_mtx.Unlock(); in ForkAfter()
841 ctx->thread_registry.Unlock(); in ForkAfter()
842 for (auto& slot : ctx->slots) slot.mtx.Unlock(); in ForkAfter()
H A Dtsan_mman.cpp83 global_proc()->internal_alloc_mtx.Unlock(); in InternalAllocAccess()
115 gp->mtx.Unlock(); in ~ScopedGlobalProcessor()
125 global_proc()->internal_alloc_mtx.Unlock(); in AllocatorUnlock()
133 global_proc()->mtx.Unlock(); in GlobalProcessorUnlock()
/freebsd/sys/contrib/openzfs/contrib/pam_zfs_key/
H A Dzfs_key1 Name: Unlock zfs datasets for user
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h191 void Unlock() SANITIZER_RELEASE(live_list_mutex_) { in Unlock() function
192 live_list_mutex_.Unlock(); in Unlock()
H A Dhwasan_thread.cpp188 __hwasan::hwasanThreadArgRetval().Unlock(); in UnlockThreads()
189 __hwasan::hwasanThreadList().Unlock(); in UnlockThreads()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DLockFilePosix.cpp38 LockFilePosix::~LockFilePosix() { Unlock(); } in ~LockFilePosix()
/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/asan/
H A Dasan_report.cpp139 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport()
148 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport()
520 asanThreadRegistry().Unlock(); in __asan_describe_address()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1395 void Unlock();
1434 ~GTestMutexLock() { mutex_->Unlock(); }
1656 void Unlock() {
1726 ~GTestMutexLock() { mutex_->Unlock(); }
1873 void Unlock() {}

123