|
Ruby
1.9.3p448(2013-06-27revision41675)
|
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 101 of file cont.c.
Referenced by cont_capture(), cont_free(), cont_mark(), cont_memsize(), cont_new(), cont_restore_thread(), fiber_free(), fiber_init(), fiber_mark(), fiber_memsize(), fiber_store(), fiber_switch(), fiber_t_alloc(), rb_cont_call(), rb_fiber_current(), rb_fiber_reset_root_local_storage(), rb_fiber_resume(), rb_fiber_start(), rb_fiber_terminate(), and root_fiber_alloc().
Definition at line 105 of file cont.c.
Referenced by fiber_link_join(), fiber_link_remove(), and root_fiber_alloc().
Definition at line 102 of file cont.c.
Referenced by fiber_mark(), fiber_switch(), fiber_t_alloc(), rb_fiber_resume(), and return_fiber().
Definition at line 104 of file cont.c.
Referenced by fiber_link_join(), fiber_link_remove(), and root_fiber_alloc().
Definition at line 103 of file cont.c.
Referenced by cont_mark(), fiber_switch(), fiber_t_alloc(), rb_fiber_alive_p(), rb_fiber_start(), rb_fiber_terminate(), and root_fiber_alloc().
1.7.6.1