DRuntimeStackDescriptor

Undocumented in source.

Members

Functions

add
void add()
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_locks
void[__traits(classInstanceSize, Mutex)][2] _locks;
Undocumented in source.
_slock
void[__traits(classInstanceSize, Mutex)] _slock;
Undocumented in source.
sm_cbeg
DRuntimeStackDescriptor* sm_cbeg;
Undocumented in source.
sm_cbeg
DRuntimeStackDescriptor* sm_cbeg;
Undocumented in source.

Variables

bstack
void* bstack;

Stack bottom

ehContext
void* ehContext;
Undocumented in source.
next
DRuntimeStackDescriptor* next;
Undocumented in source.
prev
DRuntimeStackDescriptor* prev;
Undocumented in source.
tstack
void* tstack;

Stack top

within
DRuntimeStackDescriptor* within;
Undocumented in source.

Meta