NXMutexFree

Deallocates the specified mutex.

Library:LibC
Classification:NKS
Service:Synchronization

Syntax

  #include <nks/synch.h>
   
  void NXMutexFree (
     NXMutex_t  *mutex);
  

Parameters

mutex

(IN) Points to the mutex to be deallocated.

Remarks

The mutex being deallocated must have been allocated by calling NXMutexAlloc.

For sample code, see Mutex.c.

See Also

NXMutexAlloc