Gamgee
You miserable little maggot. I'll stove your head in!
|
#include <thread_pool.h>
Public Attributes | |
void *(* | func )(void *arg) |
void * | arg |
struct t_pool_job * | next |
struct t_pool * | p |
struct t_results_queue * | q |
int | serial |
void* t_pool_job::arg |
void*(* t_pool_job::func)(void *arg) |
struct t_pool_job* t_pool_job::next |
struct t_pool* t_pool_job::p |
struct t_results_queue* t_pool_job::q |
int t_pool_job::serial |