会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
流水灯
博客园
首页
新随笔
联系
订阅
管理
2020年4月15日
linux c 编程 ------ 线程间通信与同步机制
摘要: 1、互斥锁 常用函数: int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexattr);//互斥初始化 int pthread_mutex_destroy(pthread_mutex_t *mu
阅读全文
posted @ 2020-04-15 17:44 流水灯
阅读(27)
评论(0)
推荐(0)
公告