Isle
Loading...
Searching...
No Matches
mxautolock.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MxAutoLock
 [AI] Provides automatic RAII-style locking and unlocking for a critical section. More...
 

Macros

#define AUTOLOCK(CS)   MxAutoLock lock(&CS)
 [AI] Macro for automatic locking using the MxAutoLock class. This macro instantiates an MxAutoLock object named "lock" for the given critical section, ensuring lock is acquired on entry and released on scope exit. [AI] More...
 

Macro Definition Documentation

◆ AUTOLOCK

#define AUTOLOCK (   CS)    MxAutoLock lock(&CS)

[AI] Macro for automatic locking using the MxAutoLock class. This macro instantiates an MxAutoLock object named "lock" for the given critical section, ensuring lock is acquired on entry and released on scope exit. [AI]

Definition at line 5 of file mxautolock.h.