会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
云淡风轻
君看一叶舟,出没风波里。
博客园
首页
新随笔
联系
订阅
管理
2022年7月3日
C/C++多线程与互斥锁
摘要: C/C++多线程与互斥锁 //获取线程ID: //方法1、 void* thread(void *id){ printf("this is a new thread, thread ID is %u\n", pthread_self()); return NULL; } //方法2、 #includ
阅读全文
posted @ 2022-07-03 14:58 h云淡风轻
阅读(14)
评论(0)
推荐(0)
编辑
公告