#include <sys/types.h>
#include <align.h>
#include <thread.h>
Go to the source code of this file.
Data Structures | |
| struct | context_t |
| Fibril context. More... | |
Defines | |
| #define | context_set(c, _pc, stack, size, ptls) |
| Sets data to the context. | |
| #define | SP_DELTA (0 + ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT)) |
| #define | STACK_ALIGNMENT 8 |
| Stack alignment - see ABI for details. | |
| #define | STACK_ITEM_SIZE 4 |
| Size of a stack item. | |
Functions | |
| static uintptr_t | context_get_fp (context_t *ctx) |
Definition in file fibril.h.
1.4.7