Kernel - Implementing select()
[tpg/acess2.git] / Kernel / threads.c
index ee48e3e..cafb806 100644 (file)
@@ -1312,6 +1312,7 @@ int Mutex_Acquire(tMutex *Mutex)
 /**
  * \brief Release a held mutex
  * \param Mutex        Mutex to release
+ * \note Releasing a non-held mutex has no effect
  */
 void Mutex_Release(tMutex *Mutex)
 {

UCC git Repository :: git.ucc.asn.au