Home
last modified time | relevance | path

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

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