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

/openbsd-current/gnu/llvm/llvm/include/llvm/
H A DPassRegistry.h39 mutable sys::SmartRWMutex<true> Lock; member in class:llvm::PassRegistry
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp42 void PThreadMutex::Locker::Lock() { function in class:PThreadMutex::Locker
H A DPThreadMutex.h111 int Lock() { return ::pthread_mutex_lock(&m_mutex); } function in class:PThreadMutex
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DPluginLoader.cpp24 sys::SmartMutex<true> Lock; member in struct:__anon2466::Plugins
H A DStatistic.cpp108 sys::SmartMutex<true> &Lock = *StatLock; local
H A DTimeProfiler.cpp40 std::mutex Lock; member in struct:__anon2476::TimeTraceProfilerInstances
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp39 static __sanitizer::StaticSpinMutex Lock; local
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp35 void Lock() { pthread_mutex_lock(&m_); } function in class:Mutex
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h40 class [[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
143 auto Lock = TSCtx.getLock(); local
151 auto Lock = TSCtx.getLock(); local
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteClientBase.h71 class Lock { class in class:lldb_private::process_gdb_remote::GDBRemoteClientBase
H A DGDBRemoteClientBase.cpp355 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, function in class:GDBRemoteClientBase::Lock
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp150 void Lock(MutexType type, uptr pc) { function in struct:__sanitizer::InternalDeadlockDetector
H A Dsanitizer_mutex.h127 ALWAYS_INLINE void Lock() { function in class:__sanitizer::CheckedMutex
440 typedef GenericScopedLock<Mutex> Lock; typedef in namespace:__sanitizer
H A Dsanitizer_symbolizer_report.cpp262 void ScopedErrorReportLock::Lock() { function in class:__sanitizer::ScopedErrorReportLock
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp72 typedef GenericScopedLock<MutexType> Lock; typedef in class:__sanitizer::TestData
/openbsd-current/gnu/llvm/llvm/tools/opt-viewer/
H A Doptrecord.py18 from multiprocessing import Lock namespace
/openbsd-current/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp37 sys::Mutex Lock; member in struct:llvm::__anon3003::AnnotationCache
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DExecutionContext.cpp609 ExecutionContextRef::Lock(bool thread_and_frame_only_if_stopped) const { function in class:ExecutionContextRef
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Datomic.c66 typedef struct _usem Lock; typedef in typeref:struct:_usem
87 typedef OSSpinLock Lock; typedef
97 typedef _Atomic(uintptr_t) Lock; typedef
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp65 sys::Mutex Lock; member in struct:__anon2282::Functions
/openbsd-current/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp47 std::mutex Lock; member in class:__anon1150::SharedStream
391 std::mutex Lock; member in class:FullDeps
479 std::mutex Lock; member in class:P1689Deps
727 std::mutex Lock; local
[all...]
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp210 std::mutex Lock; member in struct:WriterContext
/openbsd-current/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1785 Value *Lock = getOMPCriticalRegionLock(".reduction"); local
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5224 llvm::Value *Lock = getCriticalRegionLock(Name); local

Completed in 259 milliseconds