API Reference > Other Classes > OdMutexPtrAutoLock Class
OdMutexPtrAutoLock Class
OdMutexPtrAutoLock
Syntax
C++
class OdMutexPtrAutoLock;

ThreadsCounter.h

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

 
Name 
Description 
 
This is ~OdMutexPtrAutoLock, a member of class OdMutexPtrAutoLock. 
 
 
 
Name 
Description 
 
lock 
This is lock, a member of class OdMutexPtrAutoLock. 
 
This is unlock, a member of class OdMutexPtrAutoLock. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.