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 733 of file s_lock.h.
Referenced by finish_spin_delay(), init_spin_delay(), and perform_spin_delay().
int SpinDelayStatus::delays |
Definition at line 732 of file s_lock.h.
Referenced by init_spin_delay(), LWLockWaitListLock(), perform_spin_delay(), and s_lock().
const char* SpinDelayStatus::file |
Definition at line 734 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
const char* SpinDelayStatus::func |
Definition at line 736 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
int SpinDelayStatus::line |
Definition at line 735 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
int SpinDelayStatus::spins |
Definition at line 731 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().