Home
last modified time | relevance | path

Searched defs:Mutex (Results 1 – 25 of 80) sorted by relevance

1234

/llvm-project/libc/src/__support/threads/gpu/
H A Dmutex.h22 struct Mutex { in Mutex() argument
21 struct Mutex { global() struct
24 lockMutex lock() argument
25 unlockMutex unlock() argument
26 resetMutex reset() argument
/llvm-project/libc/test/src/__support/CPP/
H A Dmutex_test.cpp17 struct Mutex { struct
27 Mutex() {} in Mutex() argument
45 Mutex m; in TEST() argument
/llvm-project/compiler-rt/test/tsan/
H A Dreal_deadlock_detector_stress_test.cpp22 struct Mutex { struct
27 Mutex mtx[kMutexes]; argument
H A Dignore_sync.cpp5 pthread_mutex_t Mutex = PTHREAD_MUTEX_INITIALIZER; variable
H A Dmutex_annotations.cpp8 class Mutex { class
/llvm-project/compiler-rt/test/tsan/Linux/
H A Dsignal_in_futex_wait.cpp27 class Mutex { class
29 Mutex() : value(0) {} in Mutex() function in Mutex
/llvm-project/clang/test/Sema/
H A Dattr-capabilities.cpp3 class __attribute__((shared_capability("mutex"))) Mutex { class
/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp31 class __attribute__((aligned(64))) Mutex { class
33 Mutex() { pthread_mutex_init(&m_, NULL); } in Mutex() function in Mutex
/llvm-project/clang/test/SemaObjC/
H A Dwarn-thread-safety-analysis.m5 struct Mutex mu1; struct
/llvm-project/clang/test/SemaTemplate/
H A Dwarn-thread-safety-analysis.cpp3 class Mutex { class
/llvm-project/clang/test/SemaCXX/
H A Dtemplate-multiple-attr-propagation.cpp4 class Mutex { class
H A Dwarn-thread-safety-verbose.cpp6 class LOCKABLE Mutex { class
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable_base.h21 void bindTestOnly(HybridMutex &Mutex) { in bindTestOnly()
H A Dtiming.h172 REQUIRES(Mutex) REQUIRES() argument
209 HybridMutex Mutex; global() variable
[all...]
/llvm-project/llvm/include/llvm/Support/
H A DMutex.h66 typedef SmartMutex<false> Mutex; typedef
H A DFileCollector.h45 std::mutex Mutex; variable
/llvm-project/clang/test/AST/
H A Dast-dump-color.cpp18 class __attribute__((lockable)) Mutex { class
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h52 std::mutex Mutex; variable
H A DMemoryMapper.h117 std::mutex Mutex; variable
165 std::mutex Mutex; variable
/llvm-project/clang-tools-extra/clangd/
H A DDraftStore.h58 mutable std::mutex Mutex; variable
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dmutex_test.cpp54 scudo::HybridMutex &Mutex; member in TestData
83 TEST(ScudoMutexTest, Mutex) { in TEST() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h73 std::mutex Mutex; global() variable
/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Denable_disable.cpp42 pthread_mutex_t Mutex; variable
/llvm-project/lldb/tools/debugserver/source/
H A DPThreadMutex.h109 pthread_mutex_t *Mutex() { return &m_mutex; } in Mutex() function
/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymCreator.h136 mutable std::mutex Mutex; variable

1234