Ruby 3.5.0dev (2025-05-21 revision b08e20d34afb1cb99eeb97b4b7330290556511d3)
Data Fields
rb_ractor_struct Struct Reference

Data Fields

struct rb_ractor_pub pub
 
struct rb_ractor_sync sync
 
rb_nativethread_cond_t barrier_wait_cond
 
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 
 
threads 
 
VALUE thgroup_default
 
VALUE name
 
VALUE loc
 
enum ractor_status status_
 
struct ccan_list_node vmlr_node
 
st_tablelocal_storage
 
struct rb_id_tableidkey_local_storage
 
VALUE local_storage_store_lock
 
VALUE r_stdin
 
VALUE r_stdout
 
VALUE r_stderr
 
VALUE verbose
 
VALUE debug
 
void * newobj_cache
 

Detailed Description

Definition at line 147 of file ractor_core.h.

Field Documentation

◆ barrier_wait_cond

rb_nativethread_cond_t rb_ractor_struct::barrier_wait_cond

Definition at line 153 of file ractor_core.h.

◆ blocking_cnt

unsigned int rb_ractor_struct::blocking_cnt

Definition at line 159 of file ractor_core.h.

◆ cnt

unsigned int rb_ractor_struct::cnt

Definition at line 158 of file ractor_core.h.

◆ debug

VALUE rb_ractor_struct::debug

Definition at line 184 of file ractor_core.h.

◆ idkey_local_storage

struct rb_id_table* rb_ractor_struct::idkey_local_storage

Definition at line 177 of file ractor_core.h.

◆ loc

VALUE rb_ractor_struct::loc

Definition at line 168 of file ractor_core.h.

◆ local_storage

st_table* rb_ractor_struct::local_storage

Definition at line 176 of file ractor_core.h.

◆ local_storage_store_lock

VALUE rb_ractor_struct::local_storage_store_lock

Definition at line 178 of file ractor_core.h.

◆ main

rb_thread_t* rb_ractor_struct::main

Definition at line 163 of file ractor_core.h.

◆ name

VALUE rb_ractor_struct::name

Definition at line 167 of file ractor_core.h.

◆ newobj_cache

void* rb_ractor_struct::newobj_cache

Definition at line 186 of file ractor_core.h.

◆ pub

struct rb_ractor_pub rb_ractor_struct::pub

Definition at line 148 of file ractor_core.h.

◆ r_stderr

VALUE rb_ractor_struct::r_stderr

Definition at line 182 of file ractor_core.h.

◆ r_stdin

VALUE rb_ractor_struct::r_stdin

Definition at line 180 of file ractor_core.h.

◆ r_stdout

VALUE rb_ractor_struct::r_stdout

Definition at line 181 of file ractor_core.h.

◆ running_ec

rb_execution_context_t* rb_ractor_struct::running_ec

Definition at line 162 of file ractor_core.h.

◆ sched

struct rb_thread_sched rb_ractor_struct::sched

Definition at line 161 of file ractor_core.h.

◆ set

struct ccan_list_head rb_ractor_struct::set

Definition at line 157 of file ractor_core.h.

◆ sleeper

unsigned int rb_ractor_struct::sleeper

Definition at line 160 of file ractor_core.h.

◆ status_

enum ractor_status rb_ractor_struct::status_

Definition at line 170 of file ractor_core.h.

◆ sync

struct rb_ractor_sync rb_ractor_struct::sync

Definition at line 150 of file ractor_core.h.

◆ thgroup_default

VALUE rb_ractor_struct::thgroup_default

Definition at line 165 of file ractor_core.h.

◆ verbose

VALUE rb_ractor_struct::verbose

Definition at line 183 of file ractor_core.h.

◆ vmlr_node

struct ccan_list_node rb_ractor_struct::vmlr_node

Definition at line 172 of file ractor_core.h.


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