libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_thd.h>
Data Fields | |
GblCallRecord | callRecord |
const char * | pName |
uint32_t | logStackDepth |
GblContext * | pContext |
GblStackFrame * | pStackFrameTop |
GblBool | initialized |
Deprecated legacy structure for thread-local storage and context.
Definition at line 22 of file gimbal_thd.h.
GblCallRecord GblThd::callRecord |
Definition at line 23 of file gimbal_thd.h.
const char* GblThd::pName |
Definition at line 24 of file gimbal_thd.h.
uint32_t GblThd::logStackDepth |
Definition at line 25 of file gimbal_thd.h.
GblContext* GblThd::pContext |
Definition at line 26 of file gimbal_thd.h.
GblStackFrame* GblThd::pStackFrameTop |
Definition at line 27 of file gimbal_thd.h.
GblBool GblThd::initialized |
Definition at line 28 of file gimbal_thd.h.