PostgreSQL Source Code  git master
SpinDelayStatus Struct Reference

#include <s_lock.h>

Data Fields

int spins
 
int delays
 
int cur_delay
 
const char * file
 
int line
 
const char * func
 

Detailed Description

Definition at line 821 of file s_lock.h.

Field Documentation

◆ cur_delay

int SpinDelayStatus::cur_delay

Definition at line 825 of file s_lock.h.

Referenced by finish_spin_delay(), init_spin_delay(), and perform_spin_delay().

◆ delays

int SpinDelayStatus::delays

Definition at line 824 of file s_lock.h.

Referenced by init_spin_delay(), LWLockWaitListLock(), perform_spin_delay(), and s_lock().

◆ file

const char* SpinDelayStatus::file

Definition at line 826 of file s_lock.h.

Referenced by init_spin_delay(), and perform_spin_delay().

◆ func

const char* SpinDelayStatus::func

Definition at line 828 of file s_lock.h.

Referenced by init_spin_delay(), and perform_spin_delay().

◆ line

int SpinDelayStatus::line

Definition at line 827 of file s_lock.h.

Referenced by init_spin_delay(), and perform_spin_delay().

◆ spins

int SpinDelayStatus::spins

Definition at line 823 of file s_lock.h.

Referenced by init_spin_delay(), and perform_spin_delay().


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