C++多線程(POSIX)

1 #include<iostream> 2 #include<pthread.h> 3 #include<ctime> 4 #include<windows.h> 5 6 using namespace std; 7 8 9 const int Num=10; 10 int tally = 0;//glable 11 pthread_mutex_t mutex; 12 pt
相關文章
相關標籤/搜索