|
Isle
|

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... | |
| #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.