|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Public Member Functions | |
| BITFIELD (enum fiber_status, status, 2) | |
Data Fields | |
| rb_context_t | cont |
| VALUE | first_proc |
| struct rb_fiber_struct * | prev |
| unsigned int | transferred: 1 |
| struct coroutine_context | context |
| struct fiber_pool_stack | stack |
| rb_fiber_struct::BITFIELD | ( | enum | fiber_status, |
| status | , | ||
| 2 | |||
| ) |
| rb_context_t rb_fiber_struct::cont |
Definition at line 227 of file cont.c.
Referenced by rb_fiber_mark_self(), rb_fiber_reset_root_local_storage(), rb_fiber_update_self(), rb_threadptr_root_fiber_release(), and rb_threadptr_root_fiber_setup().
| struct coroutine_context rb_fiber_struct::context |
| VALUE rb_fiber_struct::first_proc |
Definition at line 228 of file cont.c.
Referenced by rb_fiber_start().
| struct rb_fiber_struct* rb_fiber_struct::prev |
| struct fiber_pool_stack rb_fiber_struct::stack |