Ruby  1.9.3p484(2013-11-22revision43786)
Data Fields
rb_fiber_struct Struct Reference

Data Fields

rb_context_t cont
 
VALUE prev
 
enum fiber_status status
 
struct rb_fiber_structprev_fiber
 
struct rb_fiber_structnext_fiber
 

Detailed Description

Definition at line 100 of file cont.c.

Field Documentation

rb_context_t rb_fiber_struct::cont
struct rb_fiber_struct* rb_fiber_struct::next_fiber

Definition at line 105 of file cont.c.

Referenced by fiber_link_join(), fiber_link_remove(), and root_fiber_alloc().

VALUE rb_fiber_struct::prev

Definition at line 102 of file cont.c.

Referenced by fiber_mark(), fiber_switch(), fiber_t_alloc(), rb_fiber_resume(), and return_fiber().

struct rb_fiber_struct* rb_fiber_struct::prev_fiber

Definition at line 104 of file cont.c.

Referenced by fiber_link_join(), fiber_link_remove(), and root_fiber_alloc().

enum fiber_status rb_fiber_struct::status

The documentation for this struct was generated from the following file: