#include "blocxx/BLOCXX_config.h"#include "blocxx/CommonFwd.hpp"#include "blocxx/Mutex.hpp"#include "blocxx/LazyGlobal.hpp"Go to the source code of this file.
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
Classes | |
| struct | BLOCXX_NAMESPACE::GlobalMutexFactory |
Defines | |
| #define | BLOCXX_GLOBAL_MUTEX_INIT() BLOCXX_LAZY_GLOBAL_INIT(0) |
Typedefs | |
| typedef LazyGlobal< Mutex, int, GlobalMutexFactory > | BLOCXX_NAMESPACE::GlobalMutex |
| #define BLOCXX_GLOBAL_MUTEX_INIT | ( | ) | BLOCXX_LAZY_GLOBAL_INIT(0) |
Definition at line 58 of file GlobalMutex.hpp.
1.5.6