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>.

Return Value

None.

See Also

mcreate(3), fcreate(3), munlock(3), funlock(3), cbroadcast(3), csignal(3), ffind(3), cdestroy(3), ccreate(3), mDestroy(3), cwait(3), flock(3), fdestroy(3), mLock

Referenced By

mlock(3)