Definition at line 619 of file vm_core.h.
◆ at_exit
◆ barrier_cnt
unsigned int rb_vm_struct::barrier_cnt |
◆ barrier_cond
rb_nativethread_cond_t rb_vm_struct::barrier_cond |
◆ barrier_waiting
bool rb_vm_struct::barrier_waiting |
◆ blocking_cnt
unsigned int rb_vm_struct::blocking_cnt |
◆ builtin_function_table
◆ builtin_inline_index
int rb_vm_struct::builtin_inline_index |
◆ cmd
VALUE rb_vm_struct::cmd[RUBY_NSIG] |
◆ cnt
unsigned int rb_vm_struct::cnt |
◆ constant_cache
◆ coverage_mode
int rb_vm_struct::coverage_mode |
◆ coverages
VALUE rb_vm_struct::coverages |
◆ defined_module_hash
st_table* rb_vm_struct::defined_module_hash |
◆ ensure_rollback_table
struct st_table* rb_vm_struct::ensure_rollback_table |
◆ expanded_load_path
VALUE rb_vm_struct::expanded_load_path |
◆ fiber_machine_stack_size
size_t rb_vm_struct::fiber_machine_stack_size |
◆ fiber_vm_stack_size
size_t rb_vm_struct::fiber_vm_stack_size |
◆ fork_gen
rb_serial_t rb_vm_struct::fork_gen |
◆ frozen_strings
◆ global_cc_cache_table
const struct rb_callcache* rb_vm_struct::global_cc_cache_table[VM_GLOBAL_CC_CACHE_TABLE_SIZE] |
◆ load_path
VALUE rb_vm_struct::load_path |
◆ load_path_check_cache
VALUE rb_vm_struct::load_path_check_cache |
◆ load_path_snapshot
VALUE rb_vm_struct::load_path_snapshot |
◆ loaded_features
VALUE rb_vm_struct::loaded_features |
◆ loaded_features_index
struct st_table* rb_vm_struct::loaded_features_index |
◆ loaded_features_realpath_map
VALUE rb_vm_struct::loaded_features_realpath_map |
◆ loaded_features_realpaths
VALUE rb_vm_struct::loaded_features_realpaths |
◆ loaded_features_snapshot
VALUE rb_vm_struct::loaded_features_snapshot |
◆ loading_table
struct st_table* rb_vm_struct::loading_table |
◆ lock
rb_nativethread_lock_t rb_vm_struct::lock |
◆ lock_owner
◆ lock_rec
unsigned int rb_vm_struct::lock_rec |
◆ main_ractor
◆ main_thread
◆ mark_object_ary
VALUE rb_vm_struct::mark_object_ary |
◆ me2counter
VALUE rb_vm_struct::me2counter |
◆ negative_cme_table
◆ next_shape_id
shape_id_t rb_vm_struct::next_shape_id |
◆ objspace
◆ orig_progname
VALUE rb_vm_struct::orig_progname |
◆ overloaded_cme_table
st_table* rb_vm_struct::overloaded_cme_table |
◆ postponed_job_buffer
◆ postponed_job_index
◆ progname
VALUE rb_vm_struct::progname |
◆ root_shape
◆ running
unsigned int rb_vm_struct::running |
◆ self
◆ set
struct ccan_list_head rb_vm_struct::set |
◆ shape_list
◆ special_exceptions
const VALUE rb_vm_struct::special_exceptions[ruby_special_error_count] |
◆ src_encoding_index
int rb_vm_struct::src_encoding_index |
◆ terminate_cond
rb_nativethread_cond_t rb_vm_struct::terminate_cond |
◆ terminate_waiting
bool rb_vm_struct::terminate_waiting |
◆ thread_abort_on_exception
unsigned int rb_vm_struct::thread_abort_on_exception |
◆ thread_ignore_deadlock
unsigned int rb_vm_struct::thread_ignore_deadlock |
◆ thread_machine_stack_size
size_t rb_vm_struct::thread_machine_stack_size |
◆ thread_report_on_exception
unsigned int rb_vm_struct::thread_report_on_exception |
◆ thread_vm_stack_size
size_t rb_vm_struct::thread_vm_stack_size |
◆ top_self
VALUE rb_vm_struct::top_self |
◆ ubf_async_safe
volatile int rb_vm_struct::ubf_async_safe |
◆ waiting_fds
struct ccan_list_head rb_vm_struct::waiting_fds |
◆ waiting_grps
struct ccan_list_head rb_vm_struct::waiting_grps |
◆ waiting_pids
struct ccan_list_head rb_vm_struct::waiting_pids |
◆ waitpid_lock
rb_nativethread_lock_t rb_vm_struct::waitpid_lock |
◆ workqueue
struct ccan_list_head rb_vm_struct::workqueue |
◆ workqueue_lock
rb_nativethread_lock_t rb_vm_struct::workqueue_lock |
The documentation for this struct was generated from the following file: