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