API Reference > Other Classes > OdMutexAutoLock Class
OdMutexAutoLock Class
OdMutexAutoLockOdMutexAutoLock
Syntax
C++
class OdMutexAutoLock : public OdNonCopyable;

OdMutex.h

This class implements Mutex AutoLock objects in a ODA Platform context.

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: TD_Root

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