PostgreSQL Source Code  git master
pthread_mutex_t Struct Reference

#include <pthread-win32.h>

Data Fields

LONG initstate
 
CRITICAL_SECTION csection
 

Detailed Description

Definition at line 9 of file pthread-win32.h.

Field Documentation

◆ csection

CRITICAL_SECTION pthread_mutex_t::csection

Definition at line 13 of file pthread-win32.h.

Referenced by pthread_mutex_lock(), and pthread_mutex_unlock().

◆ initstate

LONG pthread_mutex_t::initstate

Definition at line 12 of file pthread-win32.h.

Referenced by pthread_mutex_init(), pthread_mutex_lock(), and pthread_mutex_unlock().


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