会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Hello the world!
订阅
管理
2022年10月15日
pthread_mutex_t & pthread_cond_t 总结
摘要: pthread_mutex_t & pthread_cond_t 总结 一、多线程并发 1.1 多线程并发引起的问题 我们先来看如下代码: #include <stdio.h> #include <pthread.h> #include <unistd.h> #define MAX 1E7 int
阅读全文
posted @ 2022-10-15 22:16 MElephant
阅读(2495)
评论(1)
推荐(2)
编辑
公告