|
Grok 12.0.1
|
#include <thread_pool.h>
Public Member Functions | |
| PoolWorker & | Worker (size_t thread) |
Public Attributes | |
| PoolTasks | tasks |
| PoolCommands | commands |
| uint8_t | padding [HWY_ALIGNMENT - sizeof(tasks) - sizeof(commands)] |
| PoolBarrier | barrier |
|
inline |
| PoolBarrier hwy::PoolMem::barrier |
Referenced by hwy::ThreadPool::Run(), and hwy::ThreadPool::ThreadFunc().
| PoolCommands hwy::PoolMem::commands |
| uint8_t hwy::PoolMem::padding[HWY_ALIGNMENT - sizeof(tasks) - sizeof(commands)] |
| PoolTasks hwy::PoolMem::tasks |
Referenced by hwy::ParallelFor::Plan(), and hwy::ParallelFor::WorkerRun().