CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdMutexAutoLock Class Reference

#include <OdMutex.h>

Inheritance diagram for OdMutexAutoLock:
OdNonCopyable

Public Member Functions

 OdMutexAutoLock (OdMutex &mutex)
 
 ~OdMutexAutoLock ()
 

Additional Inherited Members

- Protected Member Functions inherited from OdNonCopyable
 OdNonCopyable ()
 
 ~OdNonCopyable ()
 

Detailed Description

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

Remarks
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 <group Other_Classes>

Definition at line 147 of file OdMutex.h.

Constructor & Destructor Documentation

◆ OdMutexAutoLock()

OdMutexAutoLock::OdMutexAutoLock ( OdMutex mutex)
inline
Parameters
mutex[in] Mutex to be Autolocked.

Definition at line 152 of file OdMutex.h.

◆ ~OdMutexAutoLock()

OdMutexAutoLock::~OdMutexAutoLock ( )
inline

Definition at line 156 of file OdMutex.h.


The documentation for this class was generated from the following file: