diff options
author | Koichi Sasada <[email protected]> | 2022-05-24 16:39:45 +0900 |
---|---|---|
committer | Koichi Sasada <[email protected]> | 2022-05-24 17:50:49 +0900 |
commit | 08cee2bf804d22dc51002b0df023aea7ec044d8d () | |
tree | 9e9d8e959858bec1c0588f939e8c8be4ef9dc3b4 /thread_pthread.h | |
parent | 78785fb99041521fc5da01ffa6ab3f4f3936ce06 (diff) |
altstack is native thread's attr
Move th->altstack to th->nt->altstack.
Notes: Merged: https://.com/ruby/ruby/pull/5936
-rw-r--r-- | thread_pthread.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ struct rb_native_thread { rb_nativethread_cond_t intr; /* th->interrupt_lock */ rb_nativethread_cond_t readyq; /* use sched->lock */ } cond; }; #undef except |