Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
autoload_state Struct Reference

Data Fields

struct autoload_data_iele
 
VALUE mod
 
VALUE result
 
ID id
 
VALUE thread
 
union {
   struct list_node   node
 
   struct list_head   head
 
waitq
 

Detailed Description

Definition at line 1890 of file variable.c.

Field Documentation

◆ ele

struct autoload_data_i* autoload_state::ele

Definition at line 1891 of file variable.c.

Referenced by autoload_require(), autoload_reset(), and rb_autoload_load().

◆ head

struct list_head autoload_state::head

Definition at line 1898 of file variable.c.

Referenced by autoload_reset(), and rb_autoload_load().

◆ id

ID autoload_state::id

Definition at line 1894 of file variable.c.

Referenced by autoload_reset(), and rb_autoload_load().

◆ mod

VALUE autoload_state::mod

Definition at line 1892 of file variable.c.

Referenced by autoload_reset(), and rb_autoload_load().

◆ node

struct list_node autoload_state::node

Definition at line 1897 of file variable.c.

Referenced by autoload_reset(), autoload_sleep_done(), and rb_autoload_load().

◆ result

VALUE autoload_state::result

Definition at line 1893 of file variable.c.

Referenced by autoload_require(), and autoload_reset().

◆ thread

VALUE autoload_state::thread

◆ waitq

union { ... } autoload_state::waitq

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