summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSamuel Williams <[email protected]>2024-11-21 10:38:13 +1300
committerSamuel Williams <[email protected]>2025-04-14 18:28:09 +0900
commit4e970c5d5aee94c729541236c69792ec314f3731 ()
tree298baeb38bbc456e9615b7656f4aa0d5b304a6bf /include
parent22667fcc38f6246f8d93f229097375f85e3efbab (diff)
Expose `ruby_thread_has_gvl_p`.
Notes: Merged: https://.com/ruby/ruby/pull/11975
-rw-r--r--include/ruby/thread.h7
1 files changed, 7 insertions, 0 deletions
@@ -333,6 +333,13 @@ void *rb_internal_thread_specific_get(VALUE thread_val, rb_internal_thread_speci
*/
void rb_internal_thread_specific_set(VALUE thread_val, rb_internal_thread_specific_key_t key, void *data);
RBIMPL_SYMBOL_EXPORT_END()
#endif /* RUBY_THREAD_H */