summaryrefslogtreecommitdiff
path: root/include/ruby/thread.h
AgeCommit message (Expand)Author
2024-02-21`rb_thread_lock_native_thread()`Koichi Sasada
2023-12-21Typo fixes for public headers [ci skip]Alan Wu
2023-12-08Thread specific storage APIsKoichi Sasada
2023-11-27Refactor and fix the GVL instrumentation APIJean Boussier
2023-11-13GVL Instrumentation: pass thread->self as part of event dataJean Boussier
2023-09-27[DOC] Missing comment markersNobuyoshi Nakada
2023-09-07Document that thread event hooks are called without the GVLJean Boussier
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-06-17GVL Instrumentation API: add STARTED and EXITED eventsJean Boussier
2022-06-03[Feature #18339] GVL Instrumentation APIJean Boussier
2021-09-10include/ruby/thread.h: add doxygen卜部昌平
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s/RUBY3/RBIMPL/g卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-13add #include guard hack卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-01-04introduce rb_nogvl C-API to mark ubf as async-signal-safenormal
2013-04-05defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu
2012-11-28* include/ruby/thread.h (rb_thread_call_without_gvl2): changeko1
2012-11-16* thread.c (rb_thread_call_without_gvl2): change the parameter ofko1
2012-07-18* thread.c (rb_thread_call_without_gvl2): added.ko1
2012-07-10rb_thread_call_without_gvlnobu