barrier_destroy

Destroys the barrier.

Library:LibC
Classification:UNIX International
Service:Synchronization

Syntax

  #include <synch.h>
   
  void  barrier_destroy (
     barrier_t   *bp );
  

Parameters

bp

(IN) Points to the barrier to destroy.

See Also