Go to the source code of this file.
Macros | |
#define | DEFINE_BSS_GET(type, name) |
#define | DEFINE_DATA(type, name, accessor_decorations) |
#define | DEFINE_LOCAL_DATA(type, name) DEFINE_DATA(type, name, static const) |
#define | DEFINE_METHOD_FUNCTION(type, name) DEFINE_DATA(type, name, const) |
#define | DEFINE_STATIC_EX_DATA_CLASS(name) |
#define | DEFINE_STATIC_MUTEX(name) |
#define | DEFINE_STATIC_ONCE(name) |
Definition at line 51 of file delocate.h.
Definition at line 86 of file delocate.h.
Definition at line 84 of file delocate.h.
#define DEFINE_STATIC_EX_DATA_CLASS | ( | name | ) |
Definition at line 46 of file delocate.h.
#define DEFINE_STATIC_MUTEX | ( | name | ) |
Definition at line 43 of file delocate.h.
#define DEFINE_STATIC_ONCE | ( | name | ) |
Definition at line 40 of file delocate.h.