#include <uJcontext.h>
Data Fields | |
uJcontext_stack_t | uc_stack |
struct uJcontext_t * | uc_link |
int | uc_flags |
int | uc_sigmask |
void(* | uc_swap )(struct uJcontext_t *newContext) |
jmp_buf | _uc_jmp_buf |
uJcontext_fn_t | _uc_fn |
void * | _uc_args [2] |
Definition at line 25 of file uJcontext.h.
Definition at line 26 of file uJcontext.h.
Referenced by CthCreateInner(), getJcontext(), and setJcontext().
struct uJcontext_t* uJcontext_t::uc_link [read] |
Definition at line 27 of file uJcontext.h.
Referenced by CthCreateInner(), getJcontext(), and setJcontext().
void(* uJcontext_t::uc_swap)(struct uJcontext_t *newContext) |
Referenced by getJcontext(), and setJcontext().
jmp_buf uJcontext_t::_uc_jmp_buf |
Definition at line 37 of file uJcontext.h.
Referenced by getJcontext(), makeJcontext(), and setJcontext().
void* uJcontext_t::_uc_args[2] |
Definition at line 38 of file uJcontext.h.
Referenced by getJcontext(), makeJcontext(), and setJcontext().