UC3M

Telematic/Audiovisual Syst./Communication Syst. Engineering

Systems Architecture

September 2017 - January 2018

11.3.4.  Mutex: Destroy

The destruction of a mutex is done by pthread_mutex_destroy, which is a function that releases the mutex.

#include <pthread.h>
int pthread_mutex_destroy(pthread_mutex_t *restrict mutex);