Name
OfxMultiThreadSuiteV1::multiThreadIsSpawnedThread
— Function to enquire if the calling thread was spawned by multiThread
Synopsis
#include "ofxMultiThread.h"
int
(*multiThreadIsSpawnedThread)
(
|
void
)
;
|
Returns
- 0 if the thread is not one spawned by multiThread
- 1 if the thread was spawned by multiThread