SysMutexDestroy
- Function
- August 22, 2025
Table of Contents
SysMutexDestroy
SysMutexDestroy
Description
Destroy the provided mutex object. Once a mutex is destroyed, all resources held by it will be freed. Using it after this cal is UB.
Parameters
Name | Direction | Description |
---|---|---|
m | in | Mutex object to be destroyed. |
Success
Resources released.
Failure
Function cannot fail - safe to call with NULL.