Home
last modified time | relevance | path

Searched defs:SmartScopedLock (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMutex.h71 using SmartScopedLock = std::lock_guard<SmartMutex<mt_only>>; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h145 SmartScopedLock(SmartMutex<mt_only>& m) : mtx(m) { in SmartScopedLock() function
/external/llvm/include/llvm/Support/
DMutex.h145 SmartScopedLock(SmartMutex<mt_only>& m) : mtx(m) { in SmartScopedLock() function