Ruby
2.1.10p492(2016-04-01revision54464)
|
#include <vm_core.h>
Data Fields | |
struct rb_thread_list_struct * | next |
struct rb_thread_struct * | th |
struct rb_thread_list_struct* rb_thread_list_struct::next |
Definition at line 508 of file vm_core.h.
Referenced by remove_from_join_list(), thread_join(), and thread_start_func_2().
struct rb_thread_struct* rb_thread_list_struct::th |
Definition at line 509 of file vm_core.h.
Referenced by thread_join(), and thread_start_func_2().