|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| HANDLE | Handle |
| void(* | ThreadFunction )(void *arg) |
| void * | ThreadContext |
| LIST_ENTRY | ListEntry |
Definition at line 17 of file sys_arch.c.
| HANDLE _thread_t::Handle |
Definition at line 19 of file sys_arch.c.
Referenced by sys_shutdown(), and sys_thread_new().
| LIST_ENTRY _thread_t::ListEntry |
Definition at line 22 of file sys_arch.c.
Referenced by LwipThreadMain().
| void* _thread_t::ThreadContext |
Definition at line 21 of file sys_arch.c.
Referenced by LwipThreadMain(), and sys_thread_new().
Definition at line 20 of file sys_arch.c.
Referenced by LwipThreadMain(), sys_shutdown(), and sys_thread_new().