Documentation Home
>
多线程编程指南
>
第 8 章 Solaris 线程编程
>
相似的同步函数-互斥锁
>
销毁互斥锁
> mutex_destroy 返回值
多线程编程指南
Previous
: mutex_destroy 语法
Next
: 获取互斥锁
mutex_destroy
返回值
mutex_destroy()
在成功运行后返回 0。如果检测到以下情况,
mutex_destroy()
将失败并返回对应的值。
EFAULT
描述:
mp
指向的地址非法。
Previous
: mutex_destroy 语法
Next
: 获取互斥锁
© 2010, Oracle Corporation and/or its affiliates