diff options
| author | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2024-11-21 10:38:13 +1300 |
|---|---|---|
| committer | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2025-04-14 18:28:09 +0900 |
| commit | 4e970c5d5aee94c729541236c69792ec314f3731 (patch) | |
| tree | 298baeb38bbc456e9615b7656f4aa0d5b304a6bf /thread.c | |
| parent | 22667fcc38f6246f8d93f229097375f85e3efbab (diff) | |
Expose `ruby_thread_has_gvl_p`.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11975
Diffstat (limited to 'thread.c')
| -rw-r--r-- | thread.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1937,11 +1937,6 @@ rb_thread_call_with_gvl(void *(*func)(void *), void *data1) /* * ruby_thread_has_gvl_p - check if current native thread has GVL. - * - *** - *** This API is EXPERIMENTAL! - *** We do not guarantee that this API remains in ruby 1.9.2 or later. - *** */ int |
