Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
native_thread_data_struct Struct Reference

Data Fields

union {
   struct list_node   ubf
 
   struct list_node   gvl
 
node
 
struct {
   rb_nativethread_cond_t   intr
 
   rb_nativethread_cond_t   gvlq
 
cond
 
union {
   struct list_node   ubf
 
   struct list_node   gvl
 
node
 
struct {
   rb_nativethread_cond_t   intr
 
   rb_nativethread_cond_t   gvlq
 
cond
 
HANDLE interrupt_event
 

Detailed Description

Definition at line 7252 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ gvl

struct list_node native_thread_data_struct::gvl

Definition at line 7255 of file rb_mjit_min_header-3.1.3.h.

◆ gvlq

rb_nativethread_cond_t native_thread_data_struct::gvlq

Definition at line 7260 of file rb_mjit_min_header-3.1.3.h.

◆ interrupt_event

HANDLE native_thread_data_struct::interrupt_event

Definition at line 30 of file thread_win32.h.

◆ intr

rb_nativethread_cond_t native_thread_data_struct::intr

Definition at line 7259 of file rb_mjit_min_header-3.1.3.h.

◆ ubf

struct list_node native_thread_data_struct::ubf

Definition at line 7254 of file rb_mjit_min_header-3.1.3.h.


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