ReactOS 0.4.15-dev-7924-g5949c20
_thread_t Struct Reference
Collaboration diagram for _thread_t:

Public Attributes

HANDLE Handle
 
void(* ThreadFunction )(void *arg)
 
voidThreadContext
 
LIST_ENTRY ListEntry
 

Detailed Description

Definition at line 15 of file sys_arch.c.

Member Data Documentation

◆ Handle

HANDLE _thread_t::Handle

Definition at line 17 of file sys_arch.c.

Referenced by sys_shutdown(), and sys_thread_new().

◆ ListEntry

LIST_ENTRY _thread_t::ListEntry

Definition at line 20 of file sys_arch.c.

Referenced by LwipThreadMain().

◆ ThreadContext

void* _thread_t::ThreadContext

Definition at line 19 of file sys_arch.c.

Referenced by LwipThreadMain(), and sys_thread_new().

◆ ThreadFunction

void(* _thread_t::ThreadFunction) (void *arg)

Definition at line 18 of file sys_arch.c.

Referenced by LwipThreadMain(), sys_shutdown(), and sys_thread_new().


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