Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp219 llvm::sys::SmartRWMutex<true> identifierMutex; member in mlir::MLIRContextImpl
707 llvm::sys::SmartScopedReader<true> contextLock(impl.identifierMutex); in get()
716 llvm::sys::SmartScopedWriter<true> contextLock(impl.identifierMutex); in get()