digiKam
thread_pool Class Reference

Public Attributes

de265_cond cond_var
 
int ctbx [MAX_THREADS]
 
int ctby [MAX_THREADS]
 
de265_mutex mutex
 
int num_threads
 
int num_threads_working
 
bool stopped
 
std::deque< thread_task * > tasks
 
de265_thread thread [MAX_THREADS]
 

Member Data Documentation

◆ cond_var

de265_cond thread_pool::cond_var

◆ ctbx

int thread_pool::ctbx[MAX_THREADS]

◆ ctby

int thread_pool::ctby[MAX_THREADS]

◆ mutex

de265_mutex thread_pool::mutex

◆ num_threads

int thread_pool::num_threads

◆ num_threads_working

int thread_pool::num_threads_working

◆ stopped

bool thread_pool::stopped

◆ tasks

std::deque<thread_task*> thread_pool::tasks

◆ thread

de265_thread thread_pool::thread[MAX_THREADS]

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