mdestroy(3) - Linux man page
Name
mDestroy - destroy a mutex.Synopsis
#include <util/ulocks.h> void mDestroy(pthread_mutex_t *mutex);
Arguments
mutex - mutex to destroy.Description
Destroys the mutex <mutex> that was initialized by mCreate().MT-Level: Safe for unique <mutex>.