Name

OfxMultiThreadSuiteV1::mutexUnLock — Unlock the mutex

Synopsis

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

Arguments

  • mutex -

Description

This unlocks a mutex. Unlocking a mutex decreases its lock count by one.

Returns

  • kOfxStatOK if it released the lock
  • kOfxStatErrBadHandle if the handle was bad