DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
barrier_t Struct Reference
+ Collaboration diagram for barrier_t:

Data Fields

unsigned int called
 
voidcond
 
voidmutex
 
unsigned int needed
 

Detailed Description

Definition at line 178 of file thread_pthread.c.

Field Documentation

◆ called

unsigned int barrier_t::called

Definition at line 180 of file thread_pthread.c.

◆ cond

void * barrier_t::cond

Definition at line 182 of file thread_pthread.c.

◆ mutex

void * barrier_t::mutex

Definition at line 181 of file thread_pthread.c.

◆ needed

unsigned int barrier_t::needed

Definition at line 179 of file thread_pthread.c.


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