Complementing the functionality to unlock the mutex is unlock:
unlock
#include <pthread.h> int pthread_mutex_unlock(pthread_mutex_t *mutex);