iOS與pthread

實驗一 pthread在iOS上是否可以像在linux上一樣使用? 有如下代碼: //a.h #ifndef __A_H__ #define __A_H__ void testSleep(int t); void testPthread(int n); #endif //a.c #include "a.h" #include <stdio.h> #include <pthread.h> #in
相關文章
相關標籤/搜索