API Reference > Other Classes > OdMutex Class
OdMutex Class
OdMutexOdMutex
Syntax
C++
class OdMutex : public OdNonCopyable;

OdMutex.h

This class implements Mutex objects in a ODA Platform context.

Mutex objects are used to synchronize between threads and across processes. Corresponding C++ library: TD_Root

 
Name 
Description 
 
This is ~OdMutex, a member of class OdMutex. 
 
This is OdMutex, a member of class OdMutex. 
 
Name 
Description 
 
This is _mutex, a member of class OdMutex. 
 
Name 
Description 
 
lock 
Locks this Mutex object. 
 
Unlocks this Mutex object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.