Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <Context.h>
Data Fields | |
void ** | stack_pointer |
void * | stack |
size_t | size |
size_t | used |
void * | base |
jmp_buf | state |
struct coroutine_context * | from |
ucontext_t | state |
void* coroutine_context::base |
Definition at line 37 of file Context.h.
Referenced by __attribute__(), and coroutine_transfer().
struct coroutine_context * coroutine_context::from |
Definition at line 41 of file Context.h.
Referenced by coroutine_trampoline(), and coroutine_transfer().
void* coroutine_context::stack |
Definition at line 33 of file Context.h.
Referenced by __attribute__(), and coroutine_transfer().
jmp_buf coroutine_context::state |
Definition at line 39 of file Context.h.
Referenced by __attribute__(), and coroutine_save_stack().
size_t coroutine_context::used |
Definition at line 34 of file Context.h.
Referenced by __attribute__().