|
ARGOBOTS
1.1
|
#include <abtd_fcontext.h>

Data Fields | |
| void * | p_ctx |
| ABTD_ythread_context_atomic_ptr | p_link |
| ucontext_t | uctx |
| void(* | f_uctx_thread )(void *) |
| void * | p_uctx_arg |
Definition at line 33 of file abtd_fcontext.h.
| void(* ABTD_ythread_context::f_uctx_thread) (void *) |
Definition at line 14 of file abtd_ucontext.h.
Referenced by ABTD_ucontext_wrapper(), and ABTD_ythread_context_make().
| void * ABTD_ythread_context::p_ctx |
Definition at line 34 of file abtd_fcontext.h.
Referenced by ABTD_ythread_context_init(), ABTD_ythread_context_init_and_call(), ABTD_ythread_context_invalidate(), ABTD_ythread_context_is_dynamic_promoted(), ABTD_ythread_context_jump(), ABTD_ythread_context_make(), ABTD_ythread_context_take(), and ABTD_ythread_print_context().
| ABTD_ythread_context_atomic_ptr ABTD_ythread_context::p_link |
Definition at line 36 of file abtd_fcontext.h.
Referenced by ABTD_ythread_cancel(), ABTD_ythread_context_create(), ABTD_ythread_context_init(), ABTD_ythread_context_invalidate(), ABTD_ythread_print_context(), ABTI_ythread_context_switch_to_child_internal(), and ythread_terminate().
| void* ABTD_ythread_context::p_uctx_arg |
Definition at line 15 of file abtd_ucontext.h.
Referenced by ABTD_ucontext_wrapper(), ABTD_ythread_context_jump(), and ABTD_ythread_context_take().
| ucontext_t ABTD_ythread_context::uctx |
Definition at line 13 of file abtd_ucontext.h.
Referenced by ABTD_ythread_context_jump(), ABTD_ythread_context_make(), and ABTD_ythread_context_take().
1.8.17