Home
last modified time | relevance | path

Searched refs:instanceMutex (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/include/mlir/Support/
DThreadLocalCache.h69 llvm::sys::SmartScopedLock<true> threadInstanceLock(instanceMutex); in get()
99 llvm::sys::SmartScopedLock<true> threadInstanceLock(instanceMutex); in remove()
113 llvm::sys::SmartMutex<true> instanceMutex; variable