|
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 715 of file s_lock.h.
Referenced by finish_spin_delay(), init_spin_delay(), and perform_spin_delay().
| int SpinDelayStatus::delays |
Definition at line 714 of file s_lock.h.
Referenced by init_spin_delay(), LWLockWaitListLock(), perform_spin_delay(), and s_lock().
| const char* SpinDelayStatus::file |
Definition at line 716 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
| const char* SpinDelayStatus::func |
Definition at line 718 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
| int SpinDelayStatus::line |
Definition at line 717 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().
| int SpinDelayStatus::spins |
Definition at line 713 of file s_lock.h.
Referenced by init_spin_delay(), and perform_spin_delay().