Ruby 3.5.0dev (2025-02-22 revision 412997300569c1853c09813e4924b6df3d7e8669)
Data Fields
rb_thread_sched_item Struct Reference

Data Fields

struct { 
 
   struct ccan_list_node   ubf 
 
   struct ccan_list_node   readyq 
 
   struct ccan_list_node   timeslice_threads 
 
   struct ccan_list_node   running_threads 
 
   struct ccan_list_node   zombie_threads 
 
node 
 
struct rb_thread_sched_waiting waiting_reason
 
bool finished
 
bool malloc_stack
 
void * context_stack
 
struct coroutine_contextcontext
 
void * vm_stack
 

Detailed Description

Definition at line 15 of file thread_none.h.

Field Documentation

◆ context

struct coroutine_context* rb_thread_sched_item::context

Definition at line 71 of file thread_pthread.h.

◆ context_stack

void* rb_thread_sched_item::context_stack

Definition at line 70 of file thread_pthread.h.

◆ finished

bool rb_thread_sched_item::finished

Definition at line 68 of file thread_pthread.h.

◆ malloc_stack

bool rb_thread_sched_item::malloc_stack

Definition at line 69 of file thread_pthread.h.

◆ readyq

struct ccan_list_node rb_thread_sched_item::readyq

Definition at line 52 of file thread_pthread.h.

◆ running_threads

struct ccan_list_node rb_thread_sched_item::running_threads

Definition at line 60 of file thread_pthread.h.

◆ timeslice_threads

struct ccan_list_node rb_thread_sched_item::timeslice_threads

Definition at line 56 of file thread_pthread.h.

◆ ubf

struct ccan_list_node rb_thread_sched_item::ubf

Definition at line 48 of file thread_pthread.h.

◆ vm_stack

void* rb_thread_sched_item::vm_stack

Definition at line 30 of file thread_win32.h.

◆ waiting_reason

struct rb_thread_sched_waiting rb_thread_sched_item::waiting_reason

Definition at line 66 of file thread_pthread.h.

◆ zombie_threads

struct ccan_list_node rb_thread_sched_item::zombie_threads

Definition at line 63 of file thread_pthread.h.


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