ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
HANDLE | Handle |
void(* | ThreadFunction )(void *arg) |
void * | ThreadContext |
LIST_ENTRY | ListEntry |
Definition at line 15 of file sys_arch.c.
HANDLE _thread_t::Handle |
Definition at line 17 of file sys_arch.c.
Referenced by sys_shutdown(), and sys_thread_new().
LIST_ENTRY _thread_t::ListEntry |
Definition at line 20 of file sys_arch.c.
Referenced by LwipThreadMain().
void* _thread_t::ThreadContext |
Definition at line 19 of file sys_arch.c.
Referenced by LwipThreadMain(), and sys_thread_new().
Definition at line 18 of file sys_arch.c.
Referenced by LwipThreadMain(), sys_shutdown(), and sys_thread_new().