![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Data Fields | |
HANDLE | semaphore |
volatile LONG | value |
Definition at line 59 of file thread_win.c.
HANDLE thread_semaphore_t::semaphore |
Definition at line 61 of file thread_win.c.
Referenced by Thread_CreateSemaphore(), Thread_DestroySemaphore(), Thread_PostSemaphore(), and Thread_WaitSemaphore().
volatile LONG thread_semaphore_t::value |
Definition at line 62 of file thread_win.c.
Referenced by Thread_CreateSemaphore(), Thread_PostSemaphore(), and Thread_WaitSemaphore().