摘要: Thread同步测试 代码 #include <stdio.h> #include <pthread.h> #include <stdlib.h> #include <semaphore.h> #define NUM 5 int queue[NUM]; sem_t blank_number, pro 阅读全文
posted @ 2022-11-11 14:10 B1smarck 阅读(14) 评论(0) 推荐(0) 编辑