|
PostgreSQL Source Code git master
|
#include <test_shm_mq.h>
Data Fields | |
| slock_t | mutex |
| int | workers_total |
| int | workers_attached |
| int | workers_ready |
Definition at line 29 of file test_shm_mq.h.
| slock_t test_shm_mq_header::mutex |
Definition at line 31 of file test_shm_mq.h.
Referenced by setup_dynamic_shared_memory(), test_shm_mq_main(), and wait_for_workers_to_become_ready().
| 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().
| int test_shm_mq_header::workers_ready |
Definition at line 34 of file test_shm_mq.h.
Referenced by setup_dynamic_shared_memory(), test_shm_mq_main(), and wait_for_workers_to_become_ready().
| 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().