PostgreSQL Source Code  git master
test_shm_mq_header Struct Reference

#include <test_shm_mq.h>

Data Fields

slock_t mutex
 
int workers_total
 
int workers_attached
 
int workers_ready
 

Detailed Description

Definition at line 29 of file test_shm_mq.h.

Field Documentation

◆ mutex

slock_t test_shm_mq_header::mutex

◆ workers_attached

int test_shm_mq_header::workers_attached

Definition at line 33 of file test_shm_mq.h.

Referenced by setup_dynamic_shared_memory(), and test_shm_mq_main().

◆ workers_ready

int test_shm_mq_header::workers_ready

◆ workers_total

int test_shm_mq_header::workers_total

Definition at line 32 of file test_shm_mq.h.

Referenced by setup_dynamic_shared_memory(), and test_shm_mq_main().


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