Linux多線程編程 使用sem實現同步互斥

Linux多線程編程 使用sem實現同步互斥 創建3個線程,其中tid分別爲A,B,C,每個線程都把自己的tid打印到屏幕,循環10次,但順序必須是「ABCABCABC…「 #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #include <sem
相關文章
相關標籤/搜索