Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
native_thread_data_struct Struct Reference

#include <rb_mjit_min_header-2.7.6.h>

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 9459 of file rb_mjit_min_header-2.7.6.h.

Field Documentation

◆  [1/2]

struct { ... } native_thread_data_struct::cond

◆  [2/2]

struct { ... } native_thread_data_struct::cond

◆ gvl

struct list_node native_thread_data_struct::gvl

Definition at line 9462 of file rb_mjit_min_header-2.7.6.h.

◆ gvlq

rb_nativethread_cond_t native_thread_data_struct::gvlq

Definition at line 9467 of file rb_mjit_min_header-2.7.6.h.

◆ interrupt_event

HANDLE native_thread_data_struct::interrupt_event

Definition at line 28 of file thread_win32.h.

◆ intr

rb_nativethread_cond_t native_thread_data_struct::intr

Definition at line 9466 of file rb_mjit_min_header-2.7.6.h.

◆  [1/2]

union { ... } native_thread_data_struct::node

◆  [2/2]

union { ... } native_thread_data_struct::node

◆ ubf

struct list_node native_thread_data_struct::ubf

Definition at line 9461 of file rb_mjit_min_header-2.7.6.h.


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