在头文件中看到
#typedef unsigned long int pthread_t
这句话怎么理解,pthread_t是一个什么类型呢?

相当于pthread_t实际是个unsigned long int,只不过用pthread_t表示线程ID

aada

相关文章:

  • 2021-11-30
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2021-12-09
  • 2021-12-28
  • 2021-11-03
  • 2021-11-01
  • 2021-11-01
相关资源
相似解决方案