Project

General

Profile

« Previous | Next » 

Revision 03d21a4f

Added by ko1 (Koichi Sasada) about 3 years ago

introduce struct rb_native_thread

rb_thread_t contained native_thread_data_t to represent
thread implementation dependent data. This patch separates
them and rename it rb_native_thread and point it from
rb_thraed_t.

Now, 1 Ruby thread (rb_thread_t) has 1 native thread (rb_native_thread).