ReactOS 0.4.16-dev-927-g467dec4
tlssup.c File Reference
#include <internal_shared.h>
Include dependency graph for tlssup.c:

Go to the source code of this file.

Functions

 _CRTALLOC (".tls")
 

Variables

unsigned int _tls_index
 

Function Documentation

◆ _CRTALLOC()

_CRTALLOC ( ".tls"  )

Definition at line 17 of file tlssup.c.

31{
32 (ULONG_PTR)&_tls_start,
33 (ULONG_PTR)&_tls_end,
35 (ULONG_PTR)(&__xl_a + 1),
36 (ULONG)0,
37 (ULONG)0
38};
ULONG _tls_index
Definition: tlssup.c:39
#define ULONG_PTR
Definition: config.h:101
uint32_t ULONG_PTR
Definition: typedefs.h:65
uint32_t ULONG
Definition: typedefs.h:59

Variable Documentation

◆ _tls_index

unsigned int _tls_index

Definition at line 14 of file tlssup.c.