Name

OfxMultiThreadSuiteV1::mutexCreate — Create a mutex

Synopsis

#include "ofxMultiThread.h" 
OfxStatus(*mutexCreate)(const OfxMutexHandle *mutex,
 intlockCount);
 

Arguments

  • mutex - where the new handle is returned
  • lockCount -

Description

Creates a new mutex with lockCount locks on the mutex intially set.

Returns

  • kOfxStatOK - mutex is now valid and ready to go