Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <thread_pthread.h>
Data Fields | |
const struct rb_thread_struct * | owner |
rb_nativethread_lock_t | lock |
struct list_head | waitq |
const struct rb_thread_struct * | timer |
int | timer_err |
rb_nativethread_cond_t | switch_cond |
rb_nativethread_cond_t | switch_wait_cond |
int | need_yield |
int | wait_yield |
HANDLE | lock |
Definition at line 45 of file thread_pthread.h.
rb_nativethread_lock_t rb_global_vm_lock_struct::lock |
Definition at line 48 of file thread_pthread.h.
HANDLE rb_global_vm_lock_struct::lock |
Definition at line 34 of file thread_win32.h.
int rb_global_vm_lock_struct::need_yield |
Definition at line 68 of file thread_pthread.h.
const struct rb_thread_struct* rb_global_vm_lock_struct::owner |
Definition at line 47 of file thread_pthread.h.
rb_nativethread_cond_t rb_global_vm_lock_struct::switch_cond |
Definition at line 66 of file thread_pthread.h.
rb_nativethread_cond_t rb_global_vm_lock_struct::switch_wait_cond |
Definition at line 67 of file thread_pthread.h.
const struct rb_thread_struct* rb_global_vm_lock_struct::timer |
Definition at line 62 of file thread_pthread.h.
int rb_global_vm_lock_struct::timer_err |
Definition at line 63 of file thread_pthread.h.
int rb_global_vm_lock_struct::wait_yield |
Definition at line 69 of file thread_pthread.h.
struct list_head rb_global_vm_lock_struct::waitq |
Definition at line 61 of file thread_pthread.h.