#include "ofxCore.h"
Go to the source code of this file.
Classes | |
struct | OfxMultiThreadSuiteV1 |
OFX suite that provides simple SMP style multi-processing. More... | |
Defines | |
#define | kOfxMultiThreadSuite "OfxMultiThreadSuite" |
Typedefs | |
typedef struct OfxMutex * | OfxMutexHandle |
Mutex blind data handle. | |
typedef void( | OfxThreadFunctionV1 )(unsigned int threadIndex, unsigned int threadMax, void *customArg) |
The function type to passed to the multi threading routines. |
#define kOfxMultiThreadSuite "OfxMultiThreadSuite" |
typedef struct OfxMutex* OfxMutexHandle |
Mutex blind data handle.
typedef void( OfxThreadFunctionV1)(unsigned int threadIndex, unsigned int threadMax, void *customArg) |
The function type to passed to the multi threading routines.