ruby/test/-ext-/thread
Koichi Sasada d578684989 `rb_thread_lock_native_thread()`
Introduce `rb_thread_lock_native_thread()` to allocate dedicated
native thread to the current Ruby thread for M:N threads.
This C API is similar to Go's `runtime.LockOSThread()`.

Accepted at https://github.com/ruby/dev-meeting-log/blob/master/2023/DevMeeting-2023-08-24.md
(and missed to implement on Ruby 3.3.0)
2024-02-21 15:38:29 +09:00
..
helper.rb Add missing GVL hooks for M:N threads and ractors 2023-12-09 09:31:41 -08:00
test_instrumentation_api.rb Remove unused statement 2023-12-12 10:31:37 +09:00
test_lock_native_thread.rb `rb_thread_lock_native_thread()` 2024-02-21 15:38:29 +09:00