PostgreSQL Source Code
git master
|
#include <s_lock.h>
Data Fields | |
int | spins |
int | delays |
int | cur_delay |
const char * | file |
int | line |
const char * | func |
int SpinDelayStatus::cur_delay |
Definition at line 727 of file s_lock.h.
Referenced by finish_spin_delay(), init_spin_delay(), and perform_spin_delay().
int SpinDelayStatus::delays |
Definition at line 726 of file s_lock.h.
Referenced by init_spin_delay(), LWLockWaitListLock(), perform_spin_delay(), and s_lock().
const char* SpinDelayStatus::file |
Definition at line 728 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
const char* SpinDelayStatus::func |
Definition at line 730 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
int SpinDelayStatus::line |
Definition at line 729 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
int SpinDelayStatus::spins |
Definition at line 725 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().