|
Electroneum
|
#include <boost/thread/locks.hpp>

Go to the source code of this file.
Classes | |
| class | epee::critical_section |
| class | epee::critical_region |
| class | epee::shared_critical_section |
| class | epee::shared_guard |
| class | epee::exclusive_guard |
| class | epee::event |
Namespaces | |
| namespace | epee |
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_END() |
Functions | |
| const char * | epee::get_wait_for_result_as_text (DWORD res) |
| #define CRITICAL_REGION_BEGIN | ( | x | ) |
| #define CRITICAL_REGION_LOCAL | ( | x | ) |
| #define EXCLUSIVE_CRITICAL_REGION_BEGIN | ( | x | ) |