#include <vm_core.h>
Data Fields | |
| struct { | |
| struct rb_thread_struct * running_thread | |
| VALUE value | |
| VALUE done | |
| } | once |
| struct iseq_inline_cache_entry | cache |
Definition at line 141 of file vm_core.h.
struct iseq_inline_cache_entry iseq_inline_storage_entry::cache [read] |
| struct { ... } iseq_inline_storage_entry::once |
Referenced by vm_once_clear().
struct rb_thread_struct* iseq_inline_storage_entry::running_thread [read] |
Definition at line 143 of file vm_core.h.
Referenced by vm_once_clear().
1.6.1