使用多線程交替打印ABC十次

這道題在我面試的時候被問到過。面試 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<pthread.h> 4 #include<string.h> 5 #include<unistd.h> 6 #define DEBUG 1 7 int num=0; 8 pthread_mutex_t mylock = PTHRE
相關文章
相關標籤/搜索