会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
黑铁时代
Programing is not only one kind of technology, but also one kind of art.
博客园
首页
新随笔
新文章
联系
订阅
管理
2016年7月14日
pthread 学习
摘要: 1. 创建线程 int pthread_create (pthread_t* thread, pthread_attr_t* attr, void* (*start_routine)(void*), void* arg); thread:线程句柄,用于标示一个线程; attr(线程属性结构): 1.
阅读全文
posted @ 2016-07-14 13:44 黑铁时代
阅读(877)
评论(0)
推荐(0)