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.c
Age
Commit message (
Expand
)
Author
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
2024-01-08
Adjust styles and indents [ci skip]
Nobuyoshi Nakada
2024-01-05
Do not `poll` first
Koichi Sasada
2023-12-24
accept `RB_WAITFD_IN | RB_WAITFD_OUT` for waiting events
Koichi Sasada
2023-12-23
MN: skip waiting on fiber schedulers
Koichi Sasada
2023-12-23
MN: fix "raise on close"
Koichi Sasada
2023-12-20
Hand thread into `thread_sched_wait_events_timeval`
JP Camara
2023-12-20
KQueue support for M:N threads
JP Camara
2023-12-20
setup `waiting_fd` for `thread_sched_wait_events()`
Koichi Sasada
2023-12-10
Change the semantics of rb_postponed_job_register
KJ Tsanaktsidis
2023-12-08
Thread specific storage APIs
Koichi Sasada
2023-11-27
Refactor and fix the GVL instrumentation API
Jean Boussier
2023-11-22
Embed ThreadGroup object
Jean Boussier
2023-11-13
GVL Instrumentation: pass thread->self as part of event data
Jean Boussier
2023-10-13
fix `native_thread_destroy()` timing
Koichi Sasada
2023-10-12
M:N thread scheduler for Ractors
Koichi Sasada
2023-09-07
Optimize handle_interrupt(Exception => ..) as a common case
Matthew Draper
2023-09-07
Skip allocation if handle_interrupt arg is already usable
Matthew Draper
2023-07-13
Remove RARRAY_CONST_PTR_TRANSIENT
Peter Zhu
2023-06-30
Compile disabled code for thread cache always
Nobuyoshi Nakada
2023-06-30
Don't check for null pointer in calls to free
Peter Zhu
2023-06-03
Fix `Thread#join(timeout)` when running inside the fiber scheduler. (#7903)
Samuel Williams
2023-06-01
Use a real Ruby mutex in rb_io_close_wait_list (#7884)
KJ Tsanaktsidis
2023-05-26
* expand tabs. [ci skip]
git
2023-05-26
Fix busy-loop when waiting for file descriptors to close
KJ Tsanaktsidis
[next]