Public Attributes | |
| int | end_count |
| pthread_cond_t | endcond |
| pthread_mutex_t | mutex |
| int | nthreads |
| bool | start_predicate |
| pthread_cond_t | startcond |
| int * | status |
| zarray_t * | tasks |
| int | taskspos |
| pthread_t * | threads |
Definition at line 45 of file workerpool.c.
| int workerpool::end_count |
Definition at line 58 of file workerpool.c.
| pthread_cond_t workerpool::endcond |
Definition at line 56 of file workerpool.c.
| pthread_mutex_t workerpool::mutex |
Definition at line 53 of file workerpool.c.
| int workerpool::nthreads |
Definition at line 46 of file workerpool.c.
| bool workerpool::start_predicate |
Definition at line 55 of file workerpool.c.
| pthread_cond_t workerpool::startcond |
Definition at line 54 of file workerpool.c.
| int* workerpool::status |
Definition at line 51 of file workerpool.c.
| zarray_t* workerpool::tasks |
Definition at line 47 of file workerpool.c.
| int workerpool::taskspos |
Definition at line 48 of file workerpool.c.
| pthread_t* workerpool::threads |
Definition at line 50 of file workerpool.c.