RK3399平台开发系列讲解(应用开发篇)1.5、创建线程模块
【摘要】
平台 内核版本
RK1108 Linux3.1
文章目录
POSIX 标准要求: When a thread attributes object is no longer required, it should be destroyed using the pthread_attr_destroy() f...
平台 | 内核版本 |
---|---|
RK1108 | Linux3.1 |
POSIX 标准要求:
When a thread attributes object is no longer required, it should be destroyed using the pthread_attr_destroy() function. Destroying a thread attributes object has no effect on threads that were created using that object.
int StartThread(pthread_t &tid, void* (*Threadloop)(void*
文章来源: xuesong.blog.csdn.net,作者:内核笔记,版权归原作者所有,如需转载,请联系作者。
原文链接:xuesong.blog.csdn.net/article/details/105925822
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)