#include <thread_pool.h>
|
| template<class Closure > |
| static bool | Plan (uint64_t begin, uint64_t end, size_t num_workers, const Closure &closure, PoolMem &mem) |
| |
| static HWY_POOL_INLINE void | WorkerRun (const size_t thread, size_t num_workers, PoolMem &mem) |
| |
◆ Plan()
template<class Closure >
| static bool hwy::ParallelFor::Plan |
( |
uint64_t | begin, |
|
|
uint64_t | end, |
|
|
size_t | num_workers, |
|
|
const Closure & | closure, |
|
|
PoolMem & | mem ) |
|
inlinestatic |
◆ WorkerRun()
| static HWY_POOL_INLINE void hwy::ParallelFor::WorkerRun |
( |
const size_t | thread, |
|
|
size_t | num_workers, |
|
|
PoolMem & | mem ) |
|
inlinestatic |
The documentation for this class was generated from the following file: