Structure for saving the CPU context when switching coroutines.
More...
#include <context.h>
|
|
uintptr_t | rbx |
| | RBX of the thread.
|
| |
|
uintptr_t | rbp |
| | RBP of the thread.
|
| |
|
uintptr_t | r12 |
| | R12 of the thread.
|
| |
|
uintptr_t | r13 |
| | R13 of the thread.
|
| |
|
uintptr_t | r14 |
| | R14 of the thread.
|
| |
|
uintptr_t | r15 |
| | R15 of the thread.
|
| |
|
void * | rsp |
| | Current stack pointer of the thread.
|
| |
Structure for saving the CPU context when switching coroutines.
The documentation for this struct was generated from the following file: