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
相关文章
相关标签/搜索