Classes | |
class | ParallelTask |
A base class for parallel task classes which are defined by a set of macros. More... | |
class | ParallelTaskManager |
A singleton class to manage parallel code tasks. More... | |
struct | PlatformThreadObjects |
Functions | |
void * | threadRoutine (void *threadIndex) |
The routine to be executed by the threads. |
void* qmp_internal::threadRoutine | ( | void * | threadIndex | ) | [inline] |
The routine to be executed by the threads.
Note: Windows threads require a __stdcall routine.