Data Fields | |
rb_context_t | cont |
VALUE | prev |
enum fiber_status | status |
struct rb_fiber_struct * | prev_fiber |
struct rb_fiber_struct * | next_fiber |
Definition at line 53 of file cont.c.
Definition at line 54 of file cont.c.
Referenced by cont_capture(), cont_free(), cont_mark(), cont_memsize(), cont_new(), cont_restore_1(), fiber_free(), fiber_init(), fiber_mark(), fiber_memsize(), fiber_store(), fiber_switch(), fiber_t_alloc(), rb_fiber_current(), rb_fiber_start(), rb_fiber_terminate(), and root_fiber_alloc().
Definition at line 58 of file cont.c.
Referenced by fiber_link_join(), fiber_link_remove(), and root_fiber_alloc().
Definition at line 55 of file cont.c.
Referenced by fiber_mark(), fiber_switch(), fiber_t_alloc(), rb_fiber_resume(), and return_fiber().
Definition at line 57 of file cont.c.
Referenced by fiber_link_join(), fiber_link_remove(), and root_fiber_alloc().
Definition at line 56 of file cont.c.
Referenced by fiber_switch(), fiber_t_alloc(), rb_fiber_alive_p(), rb_fiber_start(), and rb_fiber_terminate().