#include <sys/types.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) |
| #define | SP_DELTA 12 |
Functions | |
| static uintptr_t | context_get_fp (context_t *ctx) |
Definition in file fibril.h.
1.4.7