计算1+1/2+1/3+......和1+1/2-1/3+1/4-1/5......其中1/n由n个线程计算并使用写互斥写入中间数组,2个线程用读互斥从中间数组中读取结果分别进行1+1/2+1/3+......和1+1/2-1/3+1/4-1/5......的计算。deepfuture@deepfuture-laptop:~/private/mytest$gcc-lpthread-std=gnu99-otest2test2.ctest2.c:Infunction‘myprint1’:test2...
查看全文