Name
OfxMultiThreadSuiteV1::mutexDestroy
— Destroy a mutex
Synopsis
#include "ofxMultiThread.h"
OfxStatus
(*mutexDestroy)
(
|
const OfxMutexHandle
mutex
)
;
|
Description
Destroys a mutex intially created by mutexCreate.
Returns
- kOfxStatOK - if it destroyed the mutex
- kOfxStatErrBadHandle - if the handle was bad