|
Electroneum
|
#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.
Classes | |
| struct | epee::simple_event |
| class | epee::critical_section |
| class | epee::critical_region_t< t_lock > |
Namespaces | |
| namespace | epee |
| namespace | epee::debug |
Macros | |
| #define | SHARED_CRITICAL_REGION_BEGIN(x) |
| #define | EXCLUSIVE_CRITICAL_REGION_BEGIN(x) |
| #define | CRITICAL_REGION_LOCAL(x) |
| #define | CRITICAL_REGION_BEGIN(x) |
| #define | CRITICAL_REGION_LOCAL1(x) |
| #define | CRITICAL_REGION_BEGIN1(x) |
| #define | CRITICAL_REGION_END() |
Functions | |
| unsigned int & | epee::debug::g_test_dbg_lock_sleep () |
| #define CRITICAL_REGION_BEGIN | ( | x | ) |
| #define CRITICAL_REGION_BEGIN1 | ( | x | ) |
| #define CRITICAL_REGION_LOCAL | ( | x | ) |
| #define CRITICAL_REGION_LOCAL1 | ( | x | ) |
| #define EXCLUSIVE_CRITICAL_REGION_BEGIN | ( | x | ) |