|
NVBIO
|
Definition at line 55 of file thread_pool.h.
#include <thread_pool.h>
Public Members | |
| 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 |
Definition at line 57 of file thread_pool.h.
| void*(* t_pool_job::func)(void *arg) |
Definition at line 56 of file thread_pool.h.
| struct t_pool_job* t_pool_job::next |
Definition at line 58 of file thread_pool.h.
| struct t_pool* t_pool_job::p |
Definition at line 60 of file thread_pool.h.
| struct t_results_queue* t_pool_job::q |
Definition at line 61 of file thread_pool.h.
| int t_pool_job::serial |
Definition at line 62 of file thread_pool.h.
1.8.4