摘要: 生产者消费者问题 编译指令 gcc -o pc pc.c -lpthread #include "csapp.h" #include<pthread.h> #include<stdio.h> #include<stdlib.h> #include<unistd.h> #include<time.h> 阅读全文
posted @ 2022-11-14 20:26 Coldarra 阅读(45) 评论(0) 推荐(0)