PostgreSQL Source Code: pthread_mutex_t Struct Reference (original) (raw)

#include <[pthread-win32.h](pthread-win32%5F8h%5Fsource.html)>

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: