Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdMutexPtrAutoLock Class
Syntax
C++
class OdMutexPtrAutoLock;

This class implements AutoLock object for OdMutex*.

Mutex objects are used to synchronize between threads and across processes. 

MutexAutoLock objects automatically lock the specified OdMutex object when constructed and unlock it when destroyed. 

Corresponding C++ library: Root

OdMutexPtrAutoLock

File: ThreadsCounter.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.