#include <boost/thread/locks.hpp>
Go to the source code of this file.
◆ CRITICAL_REGION_BEGIN
| #define CRITICAL_REGION_BEGIN |
( |
| x | ) |
|
Value:{ critical_region critical_region_var(x)
Definition at line 206 of file winobj.h.
◆ CRITICAL_REGION_END
| #define CRITICAL_REGION_END |
( |
| ) |
|
◆ CRITICAL_REGION_LOCAL
| #define CRITICAL_REGION_LOCAL |
( |
| x | ) |
|
Value:critical_region critical_region_var(x)
Definition at line 205 of file winobj.h.
◆ EXCLUSIVE_CRITICAL_REGION_BEGIN
| #define EXCLUSIVE_CRITICAL_REGION_BEGIN |
( |
| x | ) |
|
Value:{ exclusive_guard critical_region_var(x)
Definition at line 201 of file winobj.h.
◆ SHARED_CRITICAL_REGION_BEGIN
| #define SHARED_CRITICAL_REGION_BEGIN |
( |
| x | ) |
|
Value:{ shared_guard critical_region_var(x)
Definition at line 200 of file winobj.h.