創建三個線程,分別打印 a,b,c.

創建三個線程,分別打印 a,b,c. 現在要求用信號量對線程進行同步,無論程序運行 多少次、如何運行,都能使整個程序依次打印 a b c a b c a b c . . .  一直死循環    #include<stdio.h> #include<stdlib.h> #include<string.h> #include<assert.h> #include<unistd.h> #include<
相關文章
相關標籤/搜索