Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
#include <rb_mjit_min_header-2.7.7.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 |
Definition at line 9459 of file rb_mjit_min_header-2.7.7.h.
struct { ... } native_thread_data_struct::cond |
struct { ... } native_thread_data_struct::cond |
struct list_node native_thread_data_struct::gvl |
Definition at line 9462 of file rb_mjit_min_header-2.7.7.h.
rb_nativethread_cond_t native_thread_data_struct::gvlq |
Definition at line 9467 of file rb_mjit_min_header-2.7.7.h.
HANDLE native_thread_data_struct::interrupt_event |
Definition at line 28 of file thread_win32.h.
rb_nativethread_cond_t native_thread_data_struct::intr |
Definition at line 9466 of file rb_mjit_min_header-2.7.7.h.
union { ... } native_thread_data_struct::node |
union { ... } native_thread_data_struct::node |
struct list_node native_thread_data_struct::ubf |
Definition at line 9461 of file rb_mjit_min_header-2.7.7.h.