UC3M

Telematic/Audiovisual Syst./Communication Syst. Engineering

Systems Architecture

September 2015 - January 2016

11.4.4.  Destruction

As in the previous case it is necessary to destroy the resources once these have been used. This is done by calling a function named pthread_cond_destroy:

 int pthread_cond_destroy(pthread_cond_t *cond);