PostgreSQL Source Code  git master
pg_pthread_barrier Struct Reference

#include <pg_pthread.h>

Data Fields

bool sense
 
int count
 
int arrived
 
pthread_mutex_t mutex
 
pthread_cond_t cond
 

Detailed Description

Definition at line 24 of file pg_pthread.h.

Field Documentation

◆ arrived

int pg_pthread_barrier::arrived

Definition at line 28 of file pg_pthread.h.

◆ cond

pthread_cond_t pg_pthread_barrier::cond

Definition at line 30 of file pg_pthread.h.

◆ count

int pg_pthread_barrier::count

Definition at line 27 of file pg_pthread.h.

◆ mutex

pthread_mutex_t pg_pthread_barrier::mutex

Definition at line 29 of file pg_pthread.h.

◆ sense

bool pg_pthread_barrier::sense

Definition at line 26 of file pg_pthread.h.


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