在C语言中,pthread_mutex_t是否需要在使用后释放? 我在程序中使用pthread_mutex_t进行线程同步控制。当pthread_mutex_t不再使用时,我需要做一些收尾工作吗?或者,我什么都不能做吗?