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

XWOS API:线程描述 更多...

#include <thd.h>

xwos_thd_desc 的协作图:

成员变量

struct xwos_thd_attr attr
 
xwos_thd_f func
 
void * arg
 

详细描述

XWOS API:线程描述

在文件 thd.h200 行定义.

结构体成员变量说明

◆ arg

void* xwos_thd_desc::arg

线程函数的参数

在文件 thd.h203 行定义.

◆ attr

struct xwos_thd_attr xwos_thd_desc::attr

线程属性

在文件 thd.h201 行定义.

◆ func

xwos_thd_f xwos_thd_desc::func

线程函数的指针

在文件 thd.h202 行定义.


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