Ruby
3.1.4p223 (2023-03-30 revision HEAD)
|
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.