Data Fields | |
enum context_type | type |
VALUE | self |
int | argc |
VALUE | value |
VALUE * | vm_stack |
size_t | vm_stack_slen |
size_t | vm_stack_clen |
VALUE * | machine_stack |
VALUE * | machine_stack_src |
rb_thread_t | saved_thread |
rb_jmpbuf_t | jmpbuf |
size_t | machine_stack_size |
Definition at line 25 of file cont.c.
Definition at line 28 of file cont.c.
Referenced by cont_capture(), fiber_store(), fiber_switch(), rb_cont_call(), and rb_fiber_start().
Definition at line 43 of file cont.c.
Referenced by cont_capture(), cont_restore_1(), fiber_init(), and fiber_store().
Definition at line 35 of file cont.c.
Referenced by cont_free(), cont_mark(), cont_memsize(), cont_restore_1(), and cont_save_machine_stack().
Definition at line 44 of file cont.c.
Referenced by cont_mark(), cont_memsize(), cont_restore_0(), cont_restore_1(), and cont_save_machine_stack().
Definition at line 36 of file cont.c.
Referenced by cont_restore_0(), cont_restore_1(), and cont_save_machine_stack().
Definition at line 42 of file cont.c.
Referenced by cont_capture(), cont_free(), cont_init(), cont_mark(), cont_memsize(), cont_restore_1(), cont_save_machine_stack(), fiber_free(), fiber_init(), fiber_memsize(), fiber_store(), fiber_switch(), rb_cont_call(), and rb_fiber_start().
Definition at line 27 of file cont.c.
Referenced by cont_capture(), cont_new(), cont_restore_1(), fiber_store(), fiber_t_alloc(), and rb_fiber_current().
Definition at line 26 of file cont.c.
Referenced by cont_restore_1(), fiber_free(), fiber_memsize(), fiber_t_alloc(), and root_fiber_alloc().
Definition at line 29 of file cont.c.
Referenced by cont_capture(), cont_mark(), fiber_store(), fiber_switch(), rb_cont_call(), rb_fiber_start(), and rb_fiber_terminate().
Definition at line 30 of file cont.c.
Referenced by cont_capture(), cont_free(), cont_mark(), cont_memsize(), cont_restore_1(), and fiber_init().
Definition at line 33 of file cont.c.
Referenced by cont_capture(), cont_mark(), cont_memsize(), and cont_restore_1().
Definition at line 32 of file cont.c.
Referenced by cont_capture(), cont_mark(), cont_memsize(), and cont_restore_1().