Gamgee
You miserable little maggot. I'll stove your head in!
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
t_pool Struct Reference

#include <thread_pool.h>

Public Attributes

int qsize
 
int njobs
 
int nwaiting
 
int shutdown
 
t_pool_jobhead
 
t_pool_jobtail
 
int tsize
 
t_pool_worker_tt
 
pthread_mutex_t pool_m
 
pthread_cond_t empty_c
 
pthread_cond_t pending_c
 
pthread_cond_t full_c
 
int * t_stack
 
int t_stack_top
 
long long total_time
 
long long wait_time
 

Member Data Documentation

pthread_cond_t t_pool::empty_c
pthread_cond_t t_pool::full_c
t_pool_job* t_pool::head
int t_pool::njobs
int t_pool::nwaiting
pthread_cond_t t_pool::pending_c
pthread_mutex_t t_pool::pool_m
int t_pool::qsize
int t_pool::shutdown
t_pool_worker_t* t_pool::t
int* t_pool::t_stack
int t_pool::t_stack_top
t_pool_job * t_pool::tail
long long t_pool::total_time
int t_pool::tsize
long long t_pool::wait_time

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