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

Data Fields

thread_semaphore_tdone
 
HANDLE mutex
 
thread_semaphore_tsem
 
int signals
 
int waiting
 

Detailed Description

Definition at line 102 of file thread_win.c.

Field Documentation

◆ done

◆ mutex

HANDLE thread_cond_t::mutex

◆ sem

◆ signals

int thread_cond_t::signals

◆ waiting

int thread_cond_t::waiting

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