thread_UnlockMutex

[<<<] [>>>]

@c Unlock a mutex object

Calling this function unlocks the mutex pointed by the argument. Calling this function on a mutex currently not locked is a programming error and results undefined result. Different operating system may repond different.

void thread_UnlockMutex(PMUTEX pMutex
  )@{
Arguments: