|
Ruby 4.1.0dev (2025-12-26 revision c3424615821192488f644d41eff21fa349a1eb2f)
|
Data Fields | |
| rb_nativethread_lock_t | lock_ |
| struct rb_thread_struct * | running |
| bool | is_running |
| bool | is_running_timeslice |
| bool | enable_mn_threads |
| struct ccan_list_head | readyq |
| int | readyq_cnt |
| struct ccan_list_node | grq_node |
| HANDLE | lock |
Definition at line 16 of file thread_none.h.
| bool rb_thread_sched::enable_mn_threads |
Definition at line 132 of file thread_pthread.h.
| struct ccan_list_node rb_thread_sched::grq_node |
Definition at line 137 of file thread_pthread.h.
| bool rb_thread_sched::is_running |
Definition at line 130 of file thread_pthread.h.
| bool rb_thread_sched::is_running_timeslice |
Definition at line 131 of file thread_pthread.h.
| HANDLE rb_thread_sched::lock |
Definition at line 34 of file thread_win32.h.
| rb_nativethread_lock_t rb_thread_sched::lock_ |
Definition at line 125 of file thread_pthread.h.
| struct ccan_list_head rb_thread_sched::readyq |
Definition at line 134 of file thread_pthread.h.
| int rb_thread_sched::readyq_cnt |
Definition at line 135 of file thread_pthread.h.
| struct rb_thread_struct* rb_thread_sched::running |
Definition at line 129 of file thread_pthread.h.