Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp50 llvm::sys::SmartRWMutex<true> identifierMutex; member in mlir::detail::TimingManagerImpl
90 llvm::sys::SmartScopedReader<true> contextLock(impl.identifierMutex); in get()
99 llvm::sys::SmartScopedWriter<true> contextLock(impl.identifierMutex); in get()