diff options
author | Koichi Sasada <[email protected]> | 2022-04-22 21:19:03 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2022-04-23 03:08:27 +0900 |
commit | 03d21a4fb099da7c52e6591e17704c297871b7db (patch) | |
tree | db2d58907b7c841d8ca15967f063d229bd9e37cc /test/-ext-/funcall | |
parent | 69d41480ec1c91691b79f106f5376a2e2cab3a82 (diff) |
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`).
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5836
Diffstat (limited to 'test/-ext-/funcall')
0 files changed, 0 insertions, 0 deletions