#include <ofxsMultiThread.h>
Public Member Functions | |
| Processor () | |
| ctor | |
| virtual | ~Processor () |
| dtor | |
| virtual void | multiThreadFunction (unsigned int threadID, unsigned int nThreads)=0 |
| function that will be called in each thread. ID is from 0..nThreads-1 nThreads are the number of threads it is being run over | |
| virtual void | multiThread (unsigned int nCPUs=0) |
| Function to pass to the multi thread suite. | |
|
|
ctor
|
|
|
dtor
|
|
|
Function to pass to the multi thread suite. The nCPUs is 0, the maximum allowable number of CPUs will be used. |
|
||||||||||||
|
function that will be called in each thread. ID is from 0..nThreads-1 nThreads are the number of threads it is being run over
|
1.3.9.1