Games Task Scheduler (GTS)
A multi-processor scheduling framework for games engines
gts::ParallelFor Member List

This is the complete list of members for gts::ParallelFor, including all inherited members.

operator()(TRange const &range, TFunc func, TPartitioner partitioner, void *pUserData, bool block=true)gts::ParallelForinline
operator()(TIter begin, TIter end, TFunc func, TPartitioner partitioner=TPartitioner())gts::ParallelForinline
ParallelFor(MicroScheduler &scheduler, uint32_t priority=0)gts::ParallelForinline