NXCondFree

Deallocates the condition variable.

Library:LibC
Classification:NKS
Service:Synchronization

Syntax

  #include <nks/synch.h>
   
  void  NXCondFree (
     NXCond_t  *cond);
  

Parameters

cond

(IN) Points to the condition variable to be deallocated.

Remarks

NXCondFree releases the memory associated with the specified condition variable. This variable must have been allocated by calling NXCondAlloc.

See Also