|
blocxx
|
#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.
Classes | |
| struct | BLOCXX_NAMESPACE::GlobalMutexFactory |
Namespaces | |
| namespace | BLOCXX_NAMESPACE |
| Taken from RFC 1321. | |
Macros | |
| #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.