#include <vm_core.h>
Data Fields | |
| VALUE | self |
| rb_thread_lock_t | global_vm_lock |
| struct rb_thread_struct * | main_thread |
| struct rb_thread_struct * | running_thread |
| st_table * | living_threads |
| VALUE | thgroup_default |
| int | running |
| int | thread_abort_on_exception |
| unsigned long | trace_flag |
| volatile int | sleeper |
| VALUE | mark_object_ary |
| VALUE | special_exceptions [ruby_special_error_count] |
| VALUE | top_self |
| VALUE | load_path |
| VALUE | loaded_features |
| struct st_table * | loading_table |
| struct { | |
| VALUE cmd | |
| int safe | |
| } | trap_list [RUBY_NSIG] |
| rb_event_hook_t * | event_hooks |
| int | src_encoding_index |
| VALUE | verbose |
| VALUE | debug |
| VALUE | progname |
| VALUE | coverages |
| struct unlinked_method_entry_list_entry * | unlinked_method_entry_list |
| struct rb_objspace * | objspace |
Definition at line 273 of file vm_core.h.
Definition at line 302 of file vm_core.h.
Referenced by rb_signal_exec(), rb_trap_exit(), rb_vm_mark(), and trap().
Definition at line 307 of file vm_core.h.
Referenced by rb_add_event_hook(), rb_remove_event_hook(), rb_threadptr_exec_event_hooks(), and rb_vm_mark().
Definition at line 276 of file vm_core.h.
Referenced by blocking_region_end(), rb_thread_atfork_internal(), rb_thread_schedule_rec(), and ruby_vm_destruct().
Definition at line 281 of file vm_core.h.
Referenced by Init_VM(), rb_check_deadlock(), rb_thread_atfork_internal(), rb_thread_terminate_all(), rb_vm_mark(), ruby_vm_destruct(), thread_create_core(), vm_living_thread_num(), and vm_memsize().
struct st_table* rb_vm_struct::loading_table [read] |
struct rb_thread_struct* rb_vm_struct::main_thread [read] |
Definition at line 278 of file vm_core.h.
Referenced by Init_VM(), rb_check_deadlock(), rb_thread_atfork_internal(), rb_thread_kill(), rb_thread_terminate_all(), rb_threadptr_signal_exit(), rb_threadptr_signal_raise(), ruby_vm_destruct(), thread_free(), thread_start_func_2(), and timer_thread_function().
struct rb_objspace* rb_vm_struct::objspace [read] |
Definition at line 317 of file vm_core.h.
Referenced by Init_BareVM(), rb_newobj(), and ruby_vm_destruct().
struct rb_thread_struct* rb_vm_struct::running_thread [read] |
Definition at line 303 of file vm_core.h.
Referenced by rb_signal_exec(), rb_trap_exit(), and trap().
Definition at line 274 of file vm_core.h.
Referenced by garbage_collect(), Init_VM(), and ruby_vm_destruct().
| volatile int rb_vm_struct::sleeper |
Definition at line 287 of file vm_core.h.
Referenced by rb_check_deadlock(), rb_mutex_lock(), rb_thread_atfork_internal(), and sleep_forever().
| VALUE rb_vm_struct::special_exceptions[ruby_special_error_count] |
| unsigned long rb_vm_struct::trace_flag |
| struct { ... } rb_vm_struct::trap_list[RUBY_NSIG] |
Referenced by rb_signal_exec(), rb_trap_exit(), rb_vm_mark(), and trap().
Definition at line 314 of file vm_core.h.
Referenced by garbage_collect(), and rb_sweep_method_entry().