Thread context frame stored on stack. More...
Thread context frame stored on stack.
Definition in file context_frame.h.
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | context_switch_frame |
Stores the registers and PC for a context switch. More... | |
Macros | |
#define | CONTEXT_FRAME_SIZE (pad_OFFSET + 12) |
Size of context switch frame. | |
#define | SP_OFFSET_IN_THREAD 0 |
Offset of stack pointer in struct _thread. | |