PostgreSQL Source Code git master
|
#include <latch.h>
Data Fields | |
sig_atomic_t | is_set |
sig_atomic_t | maybe_sleeping |
bool | is_shared |
int | owner_pid |
sig_atomic_t Latch::is_set |
Definition at line 114 of file latch.h.
Referenced by InitLatch(), InitSharedLatch(), ResetLatch(), SetLatch(), WaitEventSetWait(), and WaitEventSetWaitBlock().
bool Latch::is_shared |
Definition at line 116 of file latch.h.
Referenced by DisownLatch(), InitLatch(), InitSharedLatch(), and OwnLatch().
sig_atomic_t Latch::maybe_sleeping |
Definition at line 115 of file latch.h.
Referenced by InitLatch(), InitSharedLatch(), ResetLatch(), SetLatch(), WaitEventSetWait(), and WaitEventSetWaitBlock().
int Latch::owner_pid |
Definition at line 117 of file latch.h.
Referenced by AddWaitEventToSet(), DisownLatch(), InitLatch(), InitSharedLatch(), ModifyWaitEvent(), OwnLatch(), ResetLatch(), and SetLatch().