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

Data Fields

HANDLE semaphore
volatile LONG value

Detailed Description

Definition at line 59 of file thread_win.c.

Field Documentation

◆ semaphore

HANDLE thread_semaphore_t::semaphore

◆ value

volatile LONG thread_semaphore_t::value

Definition at line 62 of file thread_win.c.

Referenced by Thread_CreateSemaphore(), Thread_PostSemaphore(), and Thread_WaitSemaphore().


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