NXRwLockFree

Frees the specified reader-writer lock.

Library:LibC
Classification:NKS
Service:Synchronization

Syntax

  #include <nks/synch.h>
   
  void NXRwLockFree (
     NXRwLock_t  *lock);
  

Parameters

lock

(IN) Points to the reader-writer lock to be deallocated.

Remarks

The reader-writer lock being deallocated must have been allocated by calling NXRwLockAlloc.

See Also

NXRwLockAlloc