blocxx
Classes | Namespaces | Macros | Typedefs
GlobalMutex.hpp File Reference
#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

 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
 

Macro Definition Documentation

#define BLOCXX_GLOBAL_MUTEX_INIT ( )    BLOCXX_LAZY_GLOBAL_INIT(0)