Games Task Scheduler (GTS)
A multi-processor scheduling framework for games engines
|
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::ParallelFor | inline |
operator()(TIter begin, TIter end, TFunc func, TPartitioner partitioner=TPartitioner()) | gts::ParallelFor | inline |
ParallelFor(MicroScheduler &scheduler, uint32_t priority=0) | gts::ParallelFor | inline |