Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp98 struct ScopedWriterLock { struct
99 ScopedWriterLock(llvm::sys::SmartRWMutex<true> &mutexParam, bool shouldLock) in ScopedWriterLock() function
104 ~ScopedWriterLock() { in ~ScopedWriterLock() argument
677 ScopedWriterLock lock(ctxImpl.operationInfoMutex, isMultithreadingEnabled); in OperationName()