Go to the documentation of this file.
41 #ifndef BLOCXX_GLOBAL_MUTEX_HPP_INCLUDE_GUARD_
42 #define BLOCXX_GLOBAL_MUTEX_HPP_INCLUDE_GUARD_
43 #include "blocxx/BLOCXX_config.h"
48 namespace BLOCXX_NAMESPACE
53 static Mutex* create(
int);
58 #define BLOCXX_GLOBAL_MUTEX_INIT() BLOCXX_LAZY_GLOBAL_INIT(0)
62 #endif // BLOCXX_GLOBAL_MUTEX_HPP_INCLUDE_GUARD_