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