多线程编程指南

mutex_destroy 返回值

mutex_destroy() 在成功运行后返回 0。如果检测到以下情况,mutex_destroy() 将失败并返回对应的值。


EFAULT

描述:

mp 指向的地址非法。