Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DProcessRunLock.h45 ~ProcessRunLocker() { Unlock(); } in ~ProcessRunLocker()
53 Unlock(); in TryLock()
65 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.h101 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.cpp301 tracer_thread_argument->mutex.Unlock(); in TracerThread()
452 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
459 tracer_thread_argument.mutex.Unlock(); in StopTheWorld()
H A Dsanitizer_symbolizer_report.cpp337 void ScopedErrorReportLock::Unlock() { in Unlock() function in __sanitizer::ScopedErrorReportLock
338 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/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/lsan/
H A Dlsan_thread.cpp93 thread_arg_retval->Unlock(); in UnlockThreads()
94 thread_registry->Unlock(); in UnlockThreads()
/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()
864 ScopedErrorReportLock::Unlock(); in ForkAfter()
865 ctx->slot_mtx.Unlock(); in ForkAfter()
866 ctx->thread_registry.Unlock(); in ForkAfter()
867 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_list.h193 void Unlock() SANITIZER_RELEASE(live_list_mutex_) { in Unlock() function
194 live_list_mutex_.Unlock(); in Unlock()
H A Dhwasan_thread.cpp188 __hwasan::hwasanThreadArgRetval().Unlock(); in UnlockThreads()
189 __hwasan::hwasanThreadList().Unlock(); in UnlockThreads()
/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/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp1125 Unlock(); in TearDown()
1136 void Unlock() { in Unlock() function in PthreadMutexLockTest
1161 auto Func = [this]() { Unlock(); }; in TEST_F()
1169 auto Func = [this]() { Unlock(); }; in TEST_F()
1282 Unlock(); in TearDown()
1299 void Unlock() { in Unlock() function in PthreadRwlockTest
1323 auto Func = [this]() { Unlock(); }; in TEST_F()
1330 auto Func = [this]() { Unlock(); }; in TEST_F()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DLockFilePosix.cpp37 LockFilePosix::~LockFilePosix() { Unlock(); } in ~LockFilePosix()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DLockFileBase.cpp49 Status LockFileBase::Unlock() { in Unlock() function in LockFileBase
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp168 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport()
177 asanThreadRegistry().Unlock(); in ~ScopedInErrorReport()
559 asanThreadRegistry().Unlock(); in __asan_describe_address()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1403 void Unlock();
1442 ~GTestMutexLock() { mutex_->Unlock(); }
1664 void Unlock() {
1734 ~GTestMutexLock() { mutex_->Unlock(); }
1881 void Unlock() {}

123