OS 操作系统课程期末大作业Lab实验代码仓库 操作系统大作业 实验1 进程互斥与同步 Linux 下编译命令-需要链接pthread库才能正确编译 cd exp1 ls g++ -std=c++11 main.cpp -o mainn -lpthread ./mainn