Name

OfxMultiThreadSuiteV1::mutexDestroy — Destroy a mutex

Synopsis

#include "ofxMultiThread.h" 
OfxStatus(*mutexDestroy)(const OfxMutexHandlemutex);
 

Arguments

  • mutex -

Description

Destroys a mutex intially created by mutexCreate.

Returns

  • kOfxStatOK - if it destroyed the mutex
  • kOfxStatErrBadHandle - if the handle was bad