Home
last modified time | relevance | path

Searched defs:rlock (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DConstString.cpp83 llvm::sys::SmartScopedReader<false> rlock(pool.m_mutex); in GetMangledCounterpart() local
107 llvm::sys::SmartScopedReader<false> rlock(pool.m_mutex); in GetConstCStringWithStringRef() local
168 llvm::sys::SmartScopedReader<false> rlock(pool.m_mutex); in GetMemoryStats() local
/llvm-project/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp2649 ReleasableMutexLock rlock(&mu_); test1() local
2654 ReleasableMutexLock rlock(&mu_); test2() local
2662 ReleasableMutexLock rlock(&mu_); test3() local
2669 ReleasableMutexLock rlock(&mu_); test4() local
2675 ReleasableMutexLock rlock(&mu_); test5() local
2684 ReleasableMutexLock rlock(&mu_); test6() local
[all...]