PostgreSQL Source Code  git master
Latch Struct Reference

#include <latch.h>

Data Fields

sig_atomic_t is_set
 
sig_atomic_t maybe_sleeping
 
bool is_shared
 
int owner_pid
 

Detailed Description

Definition at line 112 of file latch.h.

Field Documentation

◆ is_set

sig_atomic_t Latch::is_set

◆ is_shared

bool Latch::is_shared

Definition at line 116 of file latch.h.

Referenced by DisownLatch(), InitLatch(), InitSharedLatch(), and OwnLatch().

◆ maybe_sleeping

sig_atomic_t Latch::maybe_sleeping

Definition at line 115 of file latch.h.

Referenced by InitLatch(), InitSharedLatch(), ResetLatch(), SetLatch(), and WaitEventSetWait().

◆ owner_pid

int Latch::owner_pid

The documentation for this struct was generated from the following file: