AWS IoT Device SDK C:
Platform
Platform portability layer
|
Return to main page ↑ |
Unlock a mutex. This function should only return when the mutex is unlocked; it is not expected to fail.
Unlocks a locked mutex. pMutex
must have been locked by the thread calling this function.
[in] | pMutex | The mutex to unlock. |