Name

OfxMultiThreadSuiteV1::multiThreadIsSpawnedThread — Function to enquire if the calling thread was spawned by multiThread

Synopsis

#include "ofxMultiThread.h" 
int(*multiThreadIsSpawnedThread)(void);
 

Arguments

  • -

Returns

  • 0 if the thread is not one spawned by multiThread
  • 1 if the thread was spawned by multiThread