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;
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 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_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_thread_registry.h100 void Unlock() SANITIZER_RELEASE() { mtx_.Unlock(); } in Unlock() function
H A Dsanitizer_mutex.cpp185 void Unlock(MutexType type) { in Unlock() function
222 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.cpp334 void ScopedErrorReportLock::Unlock() { in Unlock() function in __sanitizer::ScopedErrorReportLock
335 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.cpp241 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 Dtsan_mman.cpp85 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 Dhwasan_thread.cpp188 __hwasan::hwasanThreadArgRetval().Unlock(); in UnlockThreads()
189 __hwasan::hwasanThreadList().Unlock(); in UnlockThreads()
H A Dhwasan_thread_list.h193 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 Dzfs_key1 Name: Unlock zfs datasets for user
/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.cpp140 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 Dgtest-port.h1435 void Unlock();
1474 ~GTestMutexLock() { mutex_->Unlock(); }
1696 void Unlock() {
1766 ~GTestMutexLock() { mutex_->Unlock(); }
1913 void Unlock() {}
/freebsd/sys/dev/etherswitch/
H A Detherswitch_if.m93 # Unlock access to switch registers

123