Eigen::ThreadPoolTempl< Environment >::PerThread Struct Reference

#include <NonBlockingThreadPool.h>

Public Member Functions

constexpr PerThread ()
 

Public Attributes

ThreadPoolTemplpool
 
uint64_t rand
 
int thread_id
 

Constructor & Destructor Documentation

◆ PerThread()

template<typename Environment >
constexpr Eigen::ThreadPoolTempl< Environment >::PerThread::PerThread ( )
inlineconstexpr
26 : pool(NULL), rand(0), thread_id(-1) {}
ThreadPoolTempl * pool
Definition: NonBlockingThreadPool.h:27
int thread_id
Definition: NonBlockingThreadPool.h:29
uint64_t rand
Definition: NonBlockingThreadPool.h:28

Member Data Documentation

◆ pool

◆ rand

◆ thread_id


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