PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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.

◆ initstate

LONG pthread_mutex_t::initstate

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


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