ReactOS 0.4.15-dev-7924-g5949c20
TlsDtorNode Struct Reference
Collaboration diagram for TlsDtorNode:

Public Attributes

int count
 
struct TlsDtorNodenext
 
_PVFV funcs [FUNCS_PER_NODE]
 

Detailed Description

Definition at line 33 of file tlssup.c.

Member Data Documentation

◆ count

int TlsDtorNode::count

Definition at line 34 of file tlssup.c.

Referenced by __dyn_tls_dtor(), and _CRTALLOC().

◆ funcs

_PVFV TlsDtorNode::funcs[FUNCS_PER_NODE]

Definition at line 36 of file tlssup.c.

Referenced by __dyn_tls_dtor().

◆ next

struct TlsDtorNode* TlsDtorNode::next

Definition at line 35 of file tlssup.c.

Referenced by __dyn_tls_dtor(), and _CRTALLOC().


The documentation for this struct was generated from the following file: