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
/
thread_none.c
Age
Commit message (
Expand
)
Author
2024-09-05
Proof of Concept: Allow to prevent fork from happening in known fork unsafe API
Jean Boussier
2024-03-22
`rb_thread_sched_destroy` is not used now at all
Nobuyoshi Nakada
2024-02-21
`rb_thread_lock_native_thread()`
Koichi Sasada
2024-01-19
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2024-01-12
Revert "Pass down "stack start" variables from closer to the top of the stack"
KJ Tsanaktsidis
2024-01-12
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2023-10-13
fix `native_thread_destroy()` timing
Koichi Sasada
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-06-30
Compile disabled code for thread cache always
Nobuyoshi Nakada
2023-03-31
pass `th` to `thread_sched_to_waiting()`
Koichi Sasada
2023-03-06
TestThreadInstrumentation: emit the EXIT event sooner
Jean Boussier
2022-11-06
[wasm] Scan machine stack based on `ec->machine.stack_{start,end}`
Yuta Saito
2022-07-13
GVL Instrumentation: remove the EXITED count assertion
Jean Boussier
2022-06-17
GVL Instrumentation API: add STARTED and EXITED events
Jean Boussier
2022-05-24
remove `DEBUG_OUT()` macro
Koichi Sasada
2022-05-24
remove `NON_SCALAR_THREAD_ID` support
Koichi Sasada
2022-04-23
introduce struct `rb_native_thread`
Koichi Sasada
2022-04-22
rename thread internal naming
Koichi Sasada
2022-01-19
[wasm] add no thread variant for freestanding environment
Yuta Saito