在头文件中看到#typedef unsigned long int pthread_t这句话怎么理解,pthread_t是一个什么类型呢?
相当于pthread_t实际是个unsigned long int,只不过用pthread_t表示线程ID
aada