UC3M

Telematic/Audiovisual Syst./Communication Syst. Engineering

Systems Architecture

September 2017 - January 2018

11.3.6.  Mutex: Unlock

Complementing the functionality to unlock the mutex is unlock:

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