Decrements the barrier count.
#include <synch.h>
int barrier_dec (
barrier_t *bp );
(IN) Points to the barrier.
If successful, returns zero; otherwise, returns -1 and sets errno to the following:
The barrier_dec function decreases, by one, the number of threads that must reach the barrier.