#include <collector.h>
Public Attributes | |
pthread_mutex_t | lock |
int | n_clients |
int | n_waiting |
int | phase |
pthread_cond_t | wait_cv |
Definition at line 418 of file collector.h.
pthread_mutex_t barrier_struct::lock |
Definition at line 419 of file collector.h.
Definition at line 420 of file collector.h.
Definition at line 421 of file collector.h.
Definition at line 422 of file collector.h.
pthread_cond_t barrier_struct::wait_cv |
Definition at line 423 of file collector.h.