|
ReactOS 0.4.16-dev-1875-g3000d45
|

Go to the source code of this file.
Classes | |
| struct | init_static |
| struct | shared_memory |
| struct | shared_mem_static |
Macros | |
| #define | MAPPING_NAME L"crt_apitest_static_construct" |
Functions | |
| static VOID | TestInitStatic (VOID) |
| static VOID | TestDllStartup (VOID) |
| static void | map_memory () |
| static void | unmap_memory () |
| static VOID | TestStaticDestruct (VOID) |
| START_TEST (static_construct) | |
Variables | |
| int | static_init_counter |
| static int | static_init_counter_at_startup |
| static int | static_construct_counter_at_startup |
| static int | m_uninit_at_startup |
| int | static_construct_counter = 789 |
| static struct init_static | init_static |
| static HANDLE | g_FileMapping = NULL |
| static BOOL | g_CreatedFileMapping = FALSE |
| static shared_memory * | g_Memory = NULL |
| static struct shared_mem_static | shared_mem_static |
| #define MAPPING_NAME L"crt_apitest_static_construct" |
Definition at line 119 of file static_construct.cpp.
|
static |
Definition at line 121 of file static_construct.cpp.
Referenced by shared_mem_static::shared_mem_static().
| START_TEST | ( | static_construct | ) |
Definition at line 216 of file static_construct.cpp.
Definition at line 61 of file static_construct.cpp.
Referenced by START_TEST().
Definition at line 46 of file static_construct.cpp.
Referenced by START_TEST().
Definition at line 184 of file static_construct.cpp.
Referenced by START_TEST().
|
static |
Definition at line 152 of file static_construct.cpp.
Referenced by shared_mem_static::~shared_mem_static().
Definition at line 116 of file static_construct.cpp.
Referenced by map_memory(), START_TEST(), TestStaticDestruct(), and unmap_memory().
Definition at line 115 of file static_construct.cpp.
Referenced by map_memory(), and unmap_memory().
|
static |
Definition at line 117 of file static_construct.cpp.
Referenced by map_memory(), shared_mem_static::shared_mem_static(), START_TEST(), TestStaticDestruct(), unmap_memory(), and shared_mem_static::~shared_mem_static().
|
static |
|
static |
Definition at line 23 of file static_construct.cpp.
Referenced by init_static::init_static(), and TestInitStatic().
| int static_construct_counter = 789 |
Definition at line 25 of file static_construct.cpp.
Referenced by init_static::init_static(), START_TEST(), and TestInitStatic().
|
static |
Definition at line 22 of file static_construct.cpp.
Referenced by init_static::init_static(), and TestInitStatic().
|
extern |
Definition at line 12 of file static_init.c.
Referenced by init_static::init_static(), START_TEST(), and TestInitStatic().
|
static |
Definition at line 21 of file static_construct.cpp.
Referenced by init_static::init_static(), and TestInitStatic().