index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ruby
/
thread.h
Age
Commit message (
Expand
)
Author
2024-02-21
`rb_thread_lock_native_thread()`
Koichi Sasada
2023-12-21
Typo fixes for public headers [ci skip]
Alan Wu
2023-12-08
Thread specific storage APIs
Koichi Sasada
2023-11-27
Refactor and fix the GVL instrumentation API
Jean Boussier
2023-11-13
GVL Instrumentation: pass thread->self as part of event data
Jean Boussier
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-09-07
Document that thread event hooks are called without the GVL
Jean Boussier
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-17
GVL Instrumentation API: add STARTED and EXITED events
Jean Boussier
2022-06-03
[Feature #18339] GVL Instrumentation API
Jean Boussier
2021-09-10
include/ruby/thread.h: add doxygen
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s/RUBY3/RBIMPL/g
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-01-04
introduce rb_nogvl C-API to mark ubf as async-signal-safe
normal
2013-04-05
defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}
nobu
2012-11-28
* include/ruby/thread.h (rb_thread_call_without_gvl2): change
ko1
2012-11-16
* thread.c (rb_thread_call_without_gvl2): change the parameter of
ko1
2012-07-18
* thread.c (rb_thread_call_without_gvl2): added.
ko1
2012-07-10
rb_thread_call_without_gvl
nobu