会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
开发语言
Go
C++
C#
JAVA后端
Linux
基本命令
容器技术
移动开发
Android
IOS
前端技术
AntdesignVUE
AntdesignReact
CSS
JS
ZGJ
博客园
首页
新随笔
联系
订阅
管理
2021年3月27日
Linux c 开发-9 一个简单的多线程C程序
摘要: #include <pthread.h> #include <stdio.h> #include <unistd.h> void message( void *ptr ); char *message1 = "thread1"; int main() { pthread_t thread1; int
阅读全文
posted @ 2021-03-27 23:33 zhaogaojian
阅读(81)
评论(0)
推荐(0)
编辑
公告