Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_context_struct Struct Reference

Data Fields

enum context_type type
 
int argc
 
VALUE self
 
VALUE value
 
struct cont_saved_vm_stack saved_vm_stack
 
struct {
   VALUE *   stack
 
   VALUE *   stack_src
 
   size_t   stack_size
 
machine
 
rb_execution_context_t saved_ec
 
rb_jmpbuf_t jmpbuf
 
rb_ensure_entry_tensure_array
 
rb_ensure_list_tensure_list
 
VALUE thread_value
 

Detailed Description

Definition at line 91 of file cont.c.

Field Documentation

◆ argc

int rb_context_struct::argc

Definition at line 93 of file cont.c.

Referenced by rb_fiber_start().

◆ ensure_array

rb_ensure_entry_t* rb_context_struct::ensure_array

Definition at line 111 of file cont.c.

◆ ensure_list

rb_ensure_list_t* rb_context_struct::ensure_list

Definition at line 112 of file cont.c.

◆ jmpbuf

rb_jmpbuf_t rb_context_struct::jmpbuf

Definition at line 110 of file cont.c.

◆ machine

struct { ... } rb_context_struct::machine

◆ saved_ec

rb_execution_context_t rb_context_struct::saved_ec

Definition at line 109 of file cont.c.

◆ saved_vm_stack

struct cont_saved_vm_stack rb_context_struct::saved_vm_stack

Definition at line 97 of file cont.c.

◆ self

VALUE rb_context_struct::self

Definition at line 94 of file cont.c.

Referenced by rb_fiber_mark_self().

◆ stack

VALUE* rb_context_struct::stack

Definition at line 100 of file cont.c.

◆ stack_size

size_t rb_context_struct::stack_size

Definition at line 102 of file cont.c.

◆ stack_src

VALUE* rb_context_struct::stack_src

Definition at line 101 of file cont.c.

◆ thread_value

VALUE rb_context_struct::thread_value

Definition at line 113 of file cont.c.

◆ type

enum context_type rb_context_struct::type

Definition at line 92 of file cont.c.

Referenced by rb_fiber_resume().

◆ value

VALUE rb_context_struct::value

Definition at line 95 of file cont.c.

Referenced by rb_fiber_start().


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