StuBS
|
Structure for saving the CPU context when switching coroutines. More...
#include <context.h>
Public Attributes | |
intptr_t | ebx |
EBX of the thread. | |
intptr_t | ebp |
EBP of the thread. | |
intptr_t | edi |
EDI of the thread. | |
intptr_t | esi |
ESI of the thread. | |
void * | esp |
Current stack pointer of the thread. | |
Structure for saving the CPU context when switching coroutines.