Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdMutexAutoLock Class
Syntax
C++
class OdMutexAutoLock : public OdNonCopyable;

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

OdMutexAutoLockOdMutexAutoLock

File: OdMutex.h 

Module: API Reference 

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