Multithreaded Programming Guide

mutex_destroy Return Values

mutex_destroy() returns 0 if successful. When the following condition is detected, mutex_destroy() fails and returns the corresponding value.


EFAULT

Description:

mp points to an illegal address.