Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
Data Fields
rb_thread_sched_item Struct Reference

Data Fields

union { 
 
   struct ccan_list_node   ubf 
 
   struct ccan_list_node   readyq 
 
node 
 
char dmy
 
union { 
 
   struct ccan_list_node   ubf 
 
   struct ccan_list_node   readyq 
 
node 
 

Detailed Description

Definition at line 15 of file thread_none.h.

Field Documentation

◆ dmy

char rb_thread_sched_item::dmy

Definition at line 35 of file thread_win32.h.

◆ readyq

struct ccan_list_node rb_thread_sched_item::readyq

Definition at line 24 of file thread_pthread.h.

◆ ubf

struct ccan_list_node rb_thread_sched_item::ubf

Definition at line 23 of file thread_pthread.h.


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