aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/thread.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s/RUBY3/RBIMPL/g卜部昌平2020-05-111-2/+2
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* add #include guard hack卜部昌平2020-04-131-13/+11
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-16/+3
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-0/+12
* defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu2013-04-051-6/+2
* * include/ruby/thread.h (rb_thread_call_without_gvl2): changeko12012-11-281-3/+5
* * thread.c (rb_thread_call_without_gvl2): change the parameter ofko12012-11-161-1/+2
* * thread.c (rb_thread_call_without_gvl2): added.ko12012-07-181-0/+3
* rb_thread_call_without_gvlnobu2012-07-101-0/+43