libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
GblThd Struct Reference

#include <gimbal_thd.h>

Data Fields

GblCallRecord callRecord
 
const char * pName
 
uint32_t logStackDepth
 
GblContextpContext
 
GblStackFramepStackFrameTop
 
GblBool initialized
 

Detailed Description

Deprecated legacy structure for thread-local storage and context.

Definition at line 22 of file gimbal_thd.h.

Field Documentation

◆ callRecord

GblCallRecord GblThd::callRecord

Definition at line 23 of file gimbal_thd.h.

◆ pName

const char* GblThd::pName

Definition at line 24 of file gimbal_thd.h.

◆ logStackDepth

uint32_t GblThd::logStackDepth

Definition at line 25 of file gimbal_thd.h.

◆ pContext

GblContext* GblThd::pContext

Definition at line 26 of file gimbal_thd.h.

◆ pStackFrameTop

GblStackFrame* GblThd::pStackFrameTop

Definition at line 27 of file gimbal_thd.h.

◆ initialized

GblBool GblThd::initialized

Definition at line 28 of file gimbal_thd.h.


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