summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2024-11-21 10:38:13 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2025-04-14 18:28:09 +0900
commit4e970c5d5aee94c729541236c69792ec314f3731 (patch)
tree298baeb38bbc456e9615b7656f4aa0d5b304a6bf /thread.c
parent22667fcc38f6246f8d93f229097375f85e3efbab (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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/thread.c b/thread.c
index b7aa911620..1b51b1a651 100644
--- a/thread.c
+++ b/thread.c
@@ -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