|
Ruby 4.1.0dev (2026-09-07 revision 11ce3778c6eacc10897729314e5ab3bed7830971)
|
Data Fields | ||
| struct rb_ractor_pub | pub | |
| struct rb_ractor_sync | sync | |
| VALUE * | registered_marks | |
| size_t | registered_marks_cnt | |
| size_t | registered_marks_capa | |
| struct gc_mark_func_data_struct * | mark_func_data | |
| struct { | ||
| struct ccan_list_head set | ||
| unsigned int cnt | ||
| unsigned int blocking_cnt | ||
| unsigned int sleeper | ||
| struct rb_thread_sched sched | ||
| rb_execution_context_t * running_ec | ||
| rb_thread_t * main | ||
| rb_thread_t * dying_th | ||
| bool terminating | ||
| } | threads | |
| rb_atomic_t | postponed_job_triggered_bits | |
| VALUE | thgroup_default | |
| VALUE | name | |
| VALUE | loc | |
| enum ractor_status | status_ | |
| struct ccan_list_node | vmlr_node | |
| bool | in_terminated_set | |
| bool | postmortem | |
| rb_serial_t | next_ec_serial | |
| st_table * | local_storage | |
| struct rb_id_table * | idkey_local_storage | |
| VALUE | local_storage_store_lock | |
| VALUE | r_stdin | |
| VALUE | r_stdout | |
| VALUE | r_stderr | |
| VALUE | verbose | |
| VALUE | debug | |
| bool | malloc_gc_disabled | |
| bool | main_ractor | |
| void * | newobj_cache | |
| void * | objspace | |
| void * | creating_child_objspace | |
Definition at line 76 of file ractor_core.h.
| unsigned int rb_ractor_struct::blocking_cnt |
Definition at line 95 of file ractor_core.h.
| unsigned int rb_ractor_struct::cnt |
Definition at line 94 of file ractor_core.h.
| void* rb_ractor_struct::creating_child_objspace |
Definition at line 158 of file ractor_core.h.
| VALUE rb_ractor_struct::debug |
Definition at line 143 of file ractor_core.h.
| rb_thread_t* rb_ractor_struct::dying_th |
Definition at line 102 of file ractor_core.h.
| struct rb_id_table* rb_ractor_struct::idkey_local_storage |
Definition at line 133 of file ractor_core.h.
| bool rb_ractor_struct::in_terminated_set |
Definition at line 122 of file ractor_core.h.
| VALUE rb_ractor_struct::loc |
Definition at line 117 of file ractor_core.h.
| st_table* rb_ractor_struct::local_storage |
Definition at line 132 of file ractor_core.h.
| VALUE rb_ractor_struct::local_storage_store_lock |
Definition at line 134 of file ractor_core.h.
| rb_thread_t* rb_ractor_struct::main |
Definition at line 99 of file ractor_core.h.
| bool rb_ractor_struct::main_ractor |
Definition at line 146 of file ractor_core.h.
| bool rb_ractor_struct::malloc_gc_disabled |
Definition at line 145 of file ractor_core.h.
| struct gc_mark_func_data_struct* rb_ractor_struct::mark_func_data |
Definition at line 89 of file ractor_core.h.
| VALUE rb_ractor_struct::name |
Definition at line 116 of file ractor_core.h.
| void* rb_ractor_struct::newobj_cache |
Definition at line 147 of file ractor_core.h.
| rb_serial_t rb_ractor_struct::next_ec_serial |
Definition at line 130 of file ractor_core.h.
| void* rb_ractor_struct::objspace |
Definition at line 152 of file ractor_core.h.
| bool rb_ractor_struct::postmortem |
Definition at line 126 of file ractor_core.h.
| rb_atomic_t rb_ractor_struct::postponed_job_triggered_bits |
Definition at line 112 of file ractor_core.h.
| struct rb_ractor_pub rb_ractor_struct::pub |
Definition at line 77 of file ractor_core.h.
| VALUE rb_ractor_struct::r_stderr |
Definition at line 141 of file ractor_core.h.
| VALUE rb_ractor_struct::r_stdin |
Definition at line 139 of file ractor_core.h.
| VALUE rb_ractor_struct::r_stdout |
Definition at line 140 of file ractor_core.h.
| VALUE* rb_ractor_struct::registered_marks |
Definition at line 83 of file ractor_core.h.
| size_t rb_ractor_struct::registered_marks_capa |
Definition at line 84 of file ractor_core.h.
| size_t rb_ractor_struct::registered_marks_cnt |
Definition at line 84 of file ractor_core.h.
| rb_execution_context_t* rb_ractor_struct::running_ec |
Definition at line 98 of file ractor_core.h.
| struct rb_thread_sched rb_ractor_struct::sched |
Definition at line 97 of file ractor_core.h.
| struct ccan_list_head rb_ractor_struct::set |
Definition at line 93 of file ractor_core.h.
| unsigned int rb_ractor_struct::sleeper |
Definition at line 96 of file ractor_core.h.
| enum ractor_status rb_ractor_struct::status_ |
Definition at line 119 of file ractor_core.h.
| struct rb_ractor_sync rb_ractor_struct::sync |
Definition at line 78 of file ractor_core.h.
| bool rb_ractor_struct::terminating |
Definition at line 105 of file ractor_core.h.
| VALUE rb_ractor_struct::thgroup_default |
Definition at line 114 of file ractor_core.h.
| VALUE rb_ractor_struct::verbose |
Definition at line 142 of file ractor_core.h.
| struct ccan_list_node rb_ractor_struct::vmlr_node |
Definition at line 121 of file ractor_core.h.