ReactOS 0.4.16-dev-401-g45b008d
|
Public Attributes | |
int | count |
struct TlsDtorNode * | next |
_PVFV | funcs [FUNCS_PER_NODE] |
int TlsDtorNode::count |
Definition at line 34 of file tlssup.c.
Referenced by __dyn_tls_dtor(), and _CRTALLOC().
_PVFV TlsDtorNode::funcs[FUNCS_PER_NODE] |
Definition at line 36 of file tlssup.c.
Referenced by __dyn_tls_dtor().
struct TlsDtorNode* TlsDtorNode::next |
Definition at line 35 of file tlssup.c.
Referenced by __dyn_tls_dtor(), and _CRTALLOC().