xmsinterp
1.0
|
Implementation of ThreadLoop. More...
Public Attributes | |
int | m_start |
starting index for the thread | |
int | m_nIter |
number of interations for the thread to perform | |
int | m_curIdx |
current index the thread is executing | |
int * | m_cntPtr |
pointer to a counter for this thread, updated on each iteration | |
Implementation of ThreadLoop.
Definition at line 34 of file ThreadLoop.cpp.