133
1406
4301
中级工程师
4715464420c3cf3c5f.png (42.91 KB )
下载附件
2023-4-21 12:08 上传
使用特权
_st_thread_t *thread; _st_stack_t *stack; void **ptds; char *sp;
/* Adjust stack size */ if (stk_size == 0) stk_size = ST_DEFAULT_STACK_SIZE; stk_size = ((stk_size + _ST_PAGE_SIZE - 1) / _ST_PAGE_SIZE) * _ST_PAGE_SIZE; stack = _st_stack_new(stk_size); if (!stack) return NULL;
#define _ST_PAGE_SIZE (_st_this_vp.pagesize)
stk_size = ((stk_size + _ST_PAGE_SIZE - 1) / _ST_PAGE_SIZE) * _ST_PAGE_SIZE;
2811264420e89c7fa7.png (33.43 KB )
2023-4-21 12:18 上传
8074464420e9b06194.png (25.44 KB )
4155064420f93a50d6.png (15.11 KB )
2023-4-21 12:22 上传
发表回复 本版积分规则 回帖后跳转到最后一页
2
扫码关注 21ic 官方微信
扫码关注嵌入式微处理器
扫码关注21ic项目外包
扫码关注21ic视频号
扫码关注21ic抖音号
本站介绍 | 申请友情链接 | 欢迎投稿 | 隐私声明 | 广告业务 | 网站地图 | 联系我们 | 诚聘英才 | 论坛帮助
京公网安备 11010802024343号