#include "ofxsCore.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFX |
| namespace | OFX::MultiThread |
Classes | |
| class | OFX::MultiThread::Processor |
| Class that wraps up SMP multi-processing. More... | |
| class | OFX::MultiThread::Mutex |
| An OFX mutex. More... | |
| class | OFX::MultiThread::AutoMutex |
Typedefs | |
| typedef OfxMutex * | OfxMutexHandle |
Functions | |
| bool | isSpawnedThread (void) |
| Has the current thread been spawned from an MP. | |
| unsigned int | getNumCPUs (void) |
| The number of CPUs that can be used for MP-ing. | |
| unsigned int | getThreadIndex (void) |
| The index of the current thread. From 0 to numCPUs() - 1. | |
|
|
|
|
|
The number of CPUs that can be used for MP-ing.
|
|
|
The index of the current thread. From 0 to numCPUs() - 1.
|
|
|
Has the current thread been spawned from an MP.
|
1.3.9.1