Searched defs:Lock (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h39 mutable sys::SmartRWMutex<true> Lock; member in class:llvm::PassRegistry
/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutlock.c174 AcpiUtCreateRwLock( ACPI_RW_LOCK *Lock) argument
193 AcpiUtDeleteRwLock( ACPI_RW_LOCK *Lock) argument
225 AcpiUtAcquireReadLock( ACPI_RW_LOCK *Lock) argument
251 AcpiUtReleaseReadLock( ACPI_RW_LOCK *Lock) argument
293 AcpiUtAcquireWriteLock( ACPI_RW_LOCK *Lock) argument
305 AcpiUtReleaseWriteLock( ACPI_RW_LOCK *Lock) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp41 static __sanitizer::StaticSpinMutex Lock; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.cpp339 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, bool interrupt) function in class:GDBRemoteClientBase::Lock
[all...]
H A DGDBRemoteClientBase.h56 class Lock { class in class:lldb_private::process_gdb_remote::GDBRemoteClientBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h40 class LLVM_NODISCARD Lock { class in class:llvm::orc::ThreadSafeContext
42 Lock(std::shared_ptr<State> S) : S(std::move(S)), L(this->S->Mutex) {} function in class:llvm::orc::ThreadSafeContext::Lock
135 auto Lock = TSCtx.getLock(); local
142 auto Lock = TSCtx.getLock(); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp35 void Lock() { pthread_mutex_lock(&m_); } function in class:Mutex
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.h68 typedef GenericScopedLock<Mutex> Lock; typedef in namespace:__tsan
H A Dtsan_mutex.cpp134 void InternalDeadlockDetector::Lock(MutexType t) { function in class:__tsan::InternalDeadlockDetector
226 void Mutex::Lock() { function in class:__tsan::Mutex
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c60 typedef struct _usem Lock; typedef in typeref:struct:_usem
81 typedef OSSpinLock Lock; typedef
89 typedef _Atomic(uintptr_t) Lock; typedef
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h28 void Lock() { function in class:__sanitizer::StaticSpinMutex
107 void Lock() { function in class:__sanitizer::RWMutex
H A Dsanitizer_solaris.cpp210 void BlockingMutex::Lock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_thread_registry.h97 void Lock() { mtx_.Lock(); } function in class:__sanitizer::ThreadRegistry
H A Dsanitizer_fuchsia.cpp126 void BlockingMutex::Lock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_rtems.cpp122 void BlockingMutex::Lock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_win.cpp804 void BlockingMutex::Lock() { function in class:__sanitizer::BlockingMutex
H A Dsanitizer_linux.cpp653 void BlockingMutex::Lock() { function in class:__sanitizer::BlockingMutex
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp101 sys::SmartMutex<true> &Lock = *StatLock; local
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_lock.c83 } Lock; typedef in typeref:struct:Struct_Lock
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp616 ExecutionContextRef::Lock(bool thread_and_frame_only_if_stopped) const { function in class:ExecutionContextRef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp39 static sys::Mutex Lock; member in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp538 DestroyLockAux(const CallEvent &Call, CheckerContext &C, unsigned ArgNo, SVal Lock, enum LockingSemantics semantics, CheckerKind checkKind) const argument
607 InitLockAux(const CallEvent &Call, CheckerContext &C, unsigned ArgNo, SVal Lock, CheckerKind checkKind) const argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp94 std::lock_guard<std::recursive_mutex> Lock; member in class:fuzzer::TraceLock
102 TraceLock Lock; local
115 TraceLock Lock; local
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-port.cc274 void Mutex::Lock() { function in class:testing::internal::Mutex
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp186 std::mutex Lock; member in struct:WriterContext

Completed in 314 milliseconds

12