TwiceAsNice  2019-02-18
Public Attributes | List of all members
pthread_barrier Struct Reference
Collaboration diagram for pthread_barrier:
Collaboration graph

Public Attributes

pthread_mutex_t mutex
 
pthread_cond_t cond
 
int count
 
int trip_count
 

Member Data Documentation

◆ cond

pthread_cond_t pthread_barrier::cond

◆ count

int pthread_barrier::count

◆ mutex

pthread_mutex_t pthread_barrier::mutex

◆ trip_count

int pthread_barrier::trip_count

The documentation for this struct was generated from the following file: