会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
real-watson
2021年12月17日
利用多个sem信号量在线程通讯
摘要: 直接上代码,主要用到sem_trywait & sem_post #include<stdio.h> #include<pthread.h> #include<stdlib.h> #include<string.h> #include<semaphore.h> #include<time.h> se
阅读全文
posted @ 2021-12-17 13:47 real-watson
阅读(45)
评论(0)
推荐(0)
编辑
sem信号量与死锁的边缘
摘要: 1. 演示一个例子,出现死锁,用strace debug得到 #include<stdio.h> #include<pthread.h> #include<stdlib.h> #include<string.h> #include<semaphore.h> sem_t sem; typedef st
阅读全文
posted @ 2021-12-17 11:33 real-watson
阅读(359)
评论(0)
推荐(0)
编辑
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理