We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b58bc commit 0beb0eeCopy full SHA for 0beb0ee
thread_pthread.c
@@ -1761,9 +1761,12 @@ rb_thread_sched_destroy(struct rb_thread_sched *sched)
1761
* may still grab vm->gvl.lock when calling gvl_release at
1762
* the end of thread_start_func_2
1763
*/
1764
+#if 0
1765
+// TODO
1766
rb_native_mutex_destroy(&sched->lock_);
1767
- //clear_thread_cache_altstack();
1768
+ clear_thread_cache_altstack();
1769
+#endif
1770
}
1771
1772
#ifdef RB_THREAD_T_HAS_NATIVE_ID
0 commit comments