AWS IoT Device SDK C:
Platform
Platform portability layer
|
Return to main page ↑ |
Lock a mutex. This function should only return when the mutex is locked; it is not expected to fail.
This function blocks and waits until a mutex is available. It waits forever (deadlocks) if pMutex
is already locked and never unlocked.
[in] | pMutex | The mutex to lock. |