#include <boost/chrono/duration.hpp>
#include <boost/thread/condition_variable.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/recursive_mutex.hpp>
#include <boost/thread/thread.hpp>
Go to the source code of this file.
◆ CRITICAL_REGION_BEGIN
| #define CRITICAL_REGION_BEGIN |
( |
| x | ) |
|
Value:
unsigned int & g_test_dbg_lock_sleep()
Definition at line 229 of file syncobj.h.
◆ CRITICAL_REGION_BEGIN1
| #define CRITICAL_REGION_BEGIN1 |
( |
| x | ) |
|
◆ CRITICAL_REGION_END
| #define CRITICAL_REGION_END |
( |
| ) |
|
◆ CRITICAL_REGION_LOCAL
| #define CRITICAL_REGION_LOCAL |
( |
| x | ) |
|
◆ CRITICAL_REGION_LOCAL1
| #define CRITICAL_REGION_LOCAL1 |
( |
| x | ) |
|
◆ EXCLUSIVE_CRITICAL_REGION_BEGIN
| #define EXCLUSIVE_CRITICAL_REGION_BEGIN |
( |
| x | ) |
|
Value:{ exclusive_guard critical_region_var(x)
Definition at line 226 of file syncobj.h.
◆ SHARED_CRITICAL_REGION_BEGIN
| #define SHARED_CRITICAL_REGION_BEGIN |
( |
| x | ) |
|
Value:{ shared_guard critical_region_var(x)
Definition at line 225 of file syncobj.h.