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 756 of file s_lock.h.

Field Documentation

◆ cur_delay

int SpinDelayStatus::cur_delay

Definition at line 760 of file s_lock.h.

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

◆ delays

int SpinDelayStatus::delays

Definition at line 759 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 761 of file s_lock.h.

Referenced by init_spin_delay(), and perform_spin_delay().

◆ func

const char* SpinDelayStatus::func

Definition at line 763 of file s_lock.h.

Referenced by init_spin_delay(), and perform_spin_delay().

◆ line

int SpinDelayStatus::line

Definition at line 762 of file s_lock.h.

Referenced by init_spin_delay(), and perform_spin_delay().

◆ spins

int SpinDelayStatus::spins

Definition at line 758 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: