Linux 下的 pthread_t

先由 pthread.h 文件推断一下 pthread_t 的位置,

然后 locate 一下位置

最后使用 VSCode 查看一下

发现,Linux 下的 pthread_t 其实是一个 unsigned long int 类型。