PostgreSQL Source Code git master
Loading...
Searching...
No Matches
InjectionPointSharedState Struct Reference

Data Fields

slock_t lock
 
pg_atomic_uint32 wait_counts [INJ_MAX_WAIT]
 
char name [INJ_MAX_WAIT][INJ_NAME_MAXLEN]
 

Detailed Description

Definition at line 60 of file injection_points.c.

Field Documentation

◆ lock

slock_t InjectionPointSharedState::lock

Definition at line 63 of file injection_points.c.

Referenced by injection_points_wakeup(), and injection_wait().

◆ name

char InjectionPointSharedState::name[INJ_MAX_WAIT][INJ_NAME_MAXLEN]

Definition at line 69 of file injection_points.c.

Referenced by injection_points_wakeup(), and injection_wait().

◆ wait_counts

pg_atomic_uint32 InjectionPointSharedState::wait_counts[INJ_MAX_WAIT]

Definition at line 66 of file injection_points.c.

Referenced by injection_points_wakeup(), and injection_wait().


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