Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A 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