Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <thread_pthread.h>
Data Fields | |
struct list_node | ubf_list |
rb_nativethread_cond_t | sleep_cond |
HANDLE | interrupt_event |
Definition at line 28 of file thread_pthread.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::sleep_cond |
Definition at line 30 of file thread_pthread.h.
struct list_node native_thread_data_struct::ubf_list |
Definition at line 29 of file thread_pthread.h.