|
HDK
|
#include <UT_ParallelUtil.h>
Public Member Functions | |
| ut_ForEachNumberBody (const Body &body, SYS_AtomicInt< IntType > &it, IntType end) | |
| void | operator() (const UT_BlockedRange< IntType > &range) const |
Helper class for UTparallelForEachNumber() This wraps the thread body to perform different load balancing based on peeling off tasks using an atomic int to iterate over the range. IntType must be an integer type supported by SYS_AtomicInt (currently int32 or int64).
Definition at line 204 of file UT_ParallelUtil.h.
|
inline |
Definition at line 207 of file UT_ParallelUtil.h.
|
inline |
Definition at line 214 of file UT_ParallelUtil.h.