标签: pthreads
我刚注意到pthread_mutex_t和cond_t非常大。这是在使用gcc的X86_64机器上。
size(pthread_mutex_t)=40 sizeof(pthread_cond_t)=48
任何想法为什么?