OfxThreadFunctionV1 — Typedef for functions passed to the multithreading suite
#include "ofxMultiThread.h"
typedef OfxStatus
(OfxThreadFunctionV1)
(
|
unsigned int threadIndex , |
unsigned int threadMax , | |
void *
customArg
)
;
|
OfxMultiThreadSuiteV1::multiThread
Typedef for functions that are used to spawn SMP threads must have this function signature. Such functions are passed to
OfxMultiThreadSuiteV1::multiThread
.