pthread_barrier_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

b_cond
pthread_cond_t b_cond;
Undocumented in source.
b_count
int b_count;
Undocumented in source.
b_generation
int b_generation;
Undocumented in source.
b_lock
pthread_mutex_t b_lock;
Undocumented in source.
b_waiters
int b_waiters;
Undocumented in source.

Meta