Public Attributes | |
ThreadID | id |
Thread ID (ID = 0 for the main thread). | |
char | stack [maxStackSize] |
Thread's Stack of size 'maxStackSize'. | |
struct Thread::Context | context |
Stores the saved context of the thread. | |
uInt32 | eip |
32-bit Instruction Pointer | |
uInt32 | esp |
32-bit Stack Pointer | |
uInt32 | eflags |
32-bit Status Flags | |
Classes | |
struct | Context |
Thread Context Data Structure. More... |
Definition at line 46 of file myThread.cpp.