|
PostgreSQL Source Code git master
|
#include <pg_pthread.h>
Data Fields | |
| bool | sense |
| int | count |
| int | arrived |
| pthread_mutex_t | mutex |
| pthread_cond_t | cond |
Definition at line 24 of file pg_pthread.h.
| int pg_pthread_barrier::arrived |
Definition at line 28 of file pg_pthread.h.
| pthread_cond_t pg_pthread_barrier::cond |
Definition at line 30 of file pg_pthread.h.
| int pg_pthread_barrier::count |
Definition at line 27 of file pg_pthread.h.
| pthread_mutex_t pg_pthread_barrier::mutex |
Definition at line 29 of file pg_pthread.h.
| bool pg_pthread_barrier::sense |
Definition at line 26 of file pg_pthread.h.