摘要: 使用二值信号量解决多线程售票系统数据错误问题 实现代码 #include <stdio.h> #include <pthread.h> #include <unistd.h> #include <semaphore.h> int ticketAmout = 2; // 票的数量: 全局变量 sem_ 阅读全文
posted @ 2023-10-16 15:36 一往而深, 阅读(11) 评论(0) 推荐(0) 编辑