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

Data Fields

voiddata
 
int(* fn )(void *)
 
HANDLE handle
 
int result
 
unsigned int threadid
 

Detailed Description

Definition at line 209 of file thread_win.c.

Field Documentation

◆ data

void* threadwrapper_t::data

Definition at line 215 of file thread_win.c.

◆ fn

int(* threadwrapper_t::fn) (void *)

Definition at line 214 of file thread_win.c.

◆ handle

HANDLE threadwrapper_t::handle

Definition at line 211 of file thread_win.c.

◆ result

int threadwrapper_t::result

Definition at line 213 of file thread_win.c.

Referenced by Thread_WrapperFunc().

◆ threadid

unsigned int threadwrapper_t::threadid

Definition at line 212 of file thread_win.c.


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