|
Ruby 4.1.0dev (2026-09-07 revision b57404b461ba8bf34e802d86b0db78388216e182)
|
Data Fields | |
| rb_nativethread_lock_t | lock_ |
| struct rb_thread_struct * | running |
| struct rb_thread_struct * | runnable_hot_th |
| int | runnable_hot_th_waiting |
| bool | is_running |
| bool | enable_mn_threads |
| struct ccan_list_head | readyq |
| int | readyq_cnt |
| struct ccan_list_node | grq_node |
| struct ccan_list_node | timeslice_node |
Definition at line 177 of file thread_sched.h.
| bool rb_thread_sched::enable_mn_threads |
Definition at line 190 of file thread_sched.h.
| struct ccan_list_node rb_thread_sched::grq_node |
Definition at line 199 of file thread_sched.h.
| bool rb_thread_sched::is_running |
Definition at line 188 of file thread_sched.h.
| rb_nativethread_lock_t rb_thread_sched::lock_ |
Definition at line 178 of file thread_sched.h.
| struct ccan_list_head rb_thread_sched::readyq |
Definition at line 192 of file thread_sched.h.
| int rb_thread_sched::readyq_cnt |
Definition at line 193 of file thread_sched.h.
| struct rb_thread_struct* rb_thread_sched::runnable_hot_th |
Definition at line 186 of file thread_sched.h.
| int rb_thread_sched::runnable_hot_th_waiting |
Definition at line 187 of file thread_sched.h.
| struct rb_thread_struct* rb_thread_sched::running |
Definition at line 182 of file thread_sched.h.
| struct ccan_list_node rb_thread_sched::timeslice_node |
Definition at line 200 of file thread_sched.h.