Ruby
2.4.2p198(2017-09-14revision59899)
|
Data Fields | |
rb_context_t | cont |
struct rb_fiber_struct * | prev |
enum fiber_status | status |
int | transferred |
rb_context_t rb_fiber_struct::cont |
Definition at line 127 of file cont.c.
Referenced by cont_capture(), cont_free(), cont_mark(), cont_memsize(), cont_new(), cont_restore_1(), cont_restore_thread(), fiber_current(), fiber_free(), fiber_init(), fiber_mark(), fiber_memsize(), fiber_store(), fiber_switch(), fiber_t_alloc(), rb_cont_call(), rb_fiber_current(), rb_fiber_mark_self(), rb_fiber_reset_root_local_storage(), rb_fiber_resume(), rb_fiber_terminate(), and root_fiber_alloc().
struct rb_fiber_struct* rb_fiber_struct::prev |
Definition at line 128 of file cont.c.
Referenced by fiber_mark(), fiber_switch(), fiber_t_alloc(), rb_fiber_resume(), and return_fiber().
enum fiber_status rb_fiber_struct::status |
Definition at line 129 of file cont.c.
Referenced by cont_mark(), cont_restore_thread(), fiber_switch(), fiber_t_alloc(), rb_fiber_alive_p(), rb_fiber_start(), rb_fiber_terminate(), and root_fiber_alloc().
int rb_fiber_struct::transferred |
Definition at line 134 of file cont.c.
Referenced by rb_fiber_m_transfer(), and rb_fiber_resume().