TSMutexDestroy¶
Synopsis¶
#include <ts/ts.h>
Description¶
Destroys the indicated mutex previously created via
TSMutexCreate()
. Note: Do not call this function for a mutex that
was passed to TSContCreate()
as a parameter. It will be destroyed by call(s)
to TSContDestroy()
.