
Destroy a pthread_mutex_t object.
2. Syntax
1 |
#include <pthread.h> |
1 |
int pthread_mutex_destroy(pthread_mutex_t *mutex); |
3. Param
3.1 mutex
A pointer that point to a pthread_mutex_t object.
4. Return Value
Upon successful, return zero; otherwise, an error number shall be returned to indicate the error.




近期评论