PostgreSQL Source Code  git master
Barrier Struct Reference

#include <barrier.h>

Data Fields

slock_t mutex
 
int phase
 
int participants
 
int arrived
 
int elected
 
bool static_party
 
ConditionVariable condition_variable
 

Detailed Description

Definition at line 25 of file barrier.h.

Field Documentation

◆ arrived

int Barrier::arrived

Definition at line 30 of file barrier.h.

◆ condition_variable

ConditionVariable Barrier::condition_variable

Definition at line 34 of file barrier.h.

◆ elected

int Barrier::elected

Definition at line 32 of file barrier.h.

◆ mutex

slock_t Barrier::mutex

Definition at line 27 of file barrier.h.

◆ participants

int Barrier::participants

Definition at line 29 of file barrier.h.

◆ phase

int Barrier::phase

Definition at line 28 of file barrier.h.

◆ static_party

bool Barrier::static_party

Definition at line 33 of file barrier.h.


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