|
AWS IoT Device SDK C:
Platform
Platform portability layer
|
| Return to main page ↑ |
Free resources used by a mutex.
This function frees resources used by a mutex. It must be called on an initialized IotMutex_t. No other mutex functions should be called on pMutex after calling this function (unless the mutex is re-created).
| [in] | pMutex | The mutex to destroy. |