index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
thread.c
Age
Commit message (
Expand
)
Author
11 days
Fix style [ci skip]
Nobuyoshi Nakada
11 days
Ensure `struct rb_io` is passed through to `thread.c`. (#13134)
Samuel Williams
2025-04-14
Expose `ruby_thread_has_gvl_p`.
Samuel Williams
2025-04-09
Fix coverage measurement for negative line numbers
Yusuke Endoh
2025-03-31
Initialize ractor thgroup in `thread_do_start_proc`
Jean Boussier
2025-03-31
ractor: don't inherit the default thread group
Jean Boussier
2025-03-25
Reset thread interrupt lock on fork
John Hawthorn
2025-02-14
[Bug #21127] Thread deadlock does not display backtraces (#12721)
Masataka Pocke Kuwabara
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-01-30
`prev_mn_schedulable` might be clobbered by `longjmp`
Nobuyoshi Nakada
2025-01-29
[DOC] Fix wrong call-seq format (#12662)
tomoya ishida
2024-12-26
Fix -Wsign-compare warning on mingw
Nobuyoshi Nakada
2024-12-18
Check RUBY_THREAD_TIMESLICE value
Nobuyoshi Nakada
2024-12-12
Add an environment variable for controlling the default Thread quantum
Aaron Patterson
2024-11-20
Introduce `Fiber::Scheduler#blocking_operation_wait`. (#12016)
Samuel Williams
2024-11-08
introduce `rb_ec_check_ints()`
Koichi Sasada
2024-11-08
`interrupt_exec`
Koichi Sasada
2024-11-07
`ubf_th` appears to be unused. (#11994)
Samuel Williams
2024-11-06
Revert "Introduce Fiber Scheduler `blocking_region` hook. (#11963)" (#12013)
Samuel Williams
2024-11-02
Fix the conditional macro name [ci skip]
Nobuyoshi Nakada
2024-10-31
Introduce Fiber Scheduler `blocking_region` hook. (#11963)
Samuel Williams
2024-09-17
Ensure fiber scheduler is woken up when close interrupts read
KJ Tsanaktsidis
2024-09-13
Ignore -Wdangling-pointer in rb_gc_set_stack_end
Peter Zhu
2024-09-09
The Timeout::Error example no longer works consistently
JP Camara
2024-07-06
Raise a TypeError for Thread#thread_variable{?,_get} for non-symbol
Jeremy Evans
2024-07-02
Speed up chunkypng benchmark (#11087)
Aaron Patterson
2024-06-01
Suppress -Wclobbered warning for BLOCKING_REGION
Nobuyoshi Nakada
2024-05-29
Fix -Wclobbered warnings
Nobuyoshi Nakada
2024-05-20
Suppress -Wclobbered warnings
Nobuyoshi Nakada
2024-05-19
Inline RB_VM_SAVE_MACHINE_CONTEXT into BLOCKING_REGION
KJ Tsanaktsidis
2024-04-16
Eliminate usage of OBJ_FREEZE_RAW
Jean Boussier
2024-03-27
Don't clear pending interrupts in the parent process. (#10365)
Samuel Williams
2024-03-26
Return stdbool from recursive_check()
Takashi Kokubun
2024-03-26
[DOC] Fix a couple other descriptions
Takashi Kokubun
2024-03-26
[DOC] Fix a description about rb_exec_recursive_outer
Takashi Kokubun
2024-03-25
Move asan_fake_stack_handle to EC, not thread
KJ Tsanaktsidis
2024-03-22
`rb_thread_sched_destroy` is not used now at all
Nobuyoshi Nakada
2024-03-22
Some functions are not used when `THREAD_MODEL=none`
Nobuyoshi Nakada
2024-03-17
Prefer `enum ruby_tag_type` over `int`
Nobuyoshi Nakada
2024-02-22
Remove `SAVE_ROOT_JMPBUF` as it no longer has any effect. (#10066)
Samuel Williams
2024-02-22
Ensure that exiting thread invokes end-of-life behaviour. (#10039)
Samuel Williams
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-01-23
Fix up [Bug #20001]
Nobuyoshi Nakada
2024-01-19
Mark asan fake stacks during machine stack marking
KJ Tsanaktsidis
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
Revert "Mark asan fake stacks during machine stack marking"
KJ Tsanaktsidis
2024-01-12
Mark asan fake stacks during machine stack marking
KJ Tsanaktsidis
2024-01-12
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2024-01-09
fix `rb_thread_wait_for_single_fd` on non MN case
Koichi Sasada
[next]