Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Support/
H A DTiming.cpp90 llvm::sys::SmartScopedReader<true> contextLock(impl.identifierMutex); in get() local
99 llvm::sys::SmartScopedWriter<true> contextLock(impl.identifierMutex); in get() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp668 llvm::sys::SmartScopedReader<true> contextLock(ctxImpl.operationInfoMutex); in OperationName() local