XWOS API  4.0
XWOS C/C++ API参考手册
载入中...
搜索中...
未找到
xwos_thd_stack_info结构体 参考

XWOS API:线程栈信息 更多...

#include <thd.h>

成员变量

xwstk_tsp
 
xwstk_ttls
 
xwstk_tbase
 
xwsz_t size
 
xwstk_tguard_base
 
xwsz_t guard_size
 

详细描述

XWOS API:线程栈信息

在文件 thd.h187 行定义.

结构体成员变量说明

◆ sp

xwstk_t* xwos_thd_stack_info::sp

栈指针

在文件 thd.h188 行定义.

◆ tls

xwstk_t* xwos_thd_stack_info::tls

TLS变量区的基地址

在文件 thd.h189 行定义.

◆ base

xwstk_t* xwos_thd_stack_info::base

栈内存的基地址

在文件 thd.h190 行定义.

◆ size

xwsz_t xwos_thd_stack_info::size

栈内存的大小,单位:字节

在文件 thd.h191 行定义.

◆ guard_base

xwstk_t* xwos_thd_stack_info::guard_base

栈内存警戒线的基地址

在文件 thd.h192 行定义.

◆ guard_size

xwsz_t xwos_thd_stack_info::guard_size

栈内存警戒线,单位:字节

在文件 thd.h193 行定义.


该结构体的文档由以下文件生成: