Grok 12.0.1
Public Member Functions | Public Attributes | List of all members
hwy::PoolMem Struct Reference

#include <thread_pool.h>

Public Member Functions

PoolWorkerWorker (size_t thread)
 

Public Attributes

PoolTasks tasks
 
PoolCommands commands
 
uint8_t padding [HWY_ALIGNMENT - sizeof(tasks) - sizeof(commands)]
 
PoolBarrier barrier
 

Member Function Documentation

◆ Worker()

PoolWorker & hwy::PoolMem::Worker ( size_t thread)
inline

Member Data Documentation

◆ barrier

PoolBarrier hwy::PoolMem::barrier

◆ commands

PoolCommands hwy::PoolMem::commands

◆ padding

uint8_t hwy::PoolMem::padding[HWY_ALIGNMENT - sizeof(tasks) - sizeof(commands)]

◆ tasks

PoolTasks hwy::PoolMem::tasks

The documentation for this struct was generated from the following file: