#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 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. | |
| typedef OfxMultiThreadSuiteV1 | OfxMultiThreadSuiteV1 |
| OFX suite that provides simple SMP style multi-processing. | |
|
|
|
|
|
OFX suite that provides simple SMP style multi-processing.
|
|
|
Mutex blind data handle.
|
|
|
The function type to passed to the multi threading routines.
|