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
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
2023-05-26
Fix a potential busy-loop in the thread scheduler (esp. on FreeBSD)
KJ Tsanaktsidis
2023-05-18
Add Fiber#kill, similar to Thread#kill. (#7823)
Samuel Williams
2023-05-15
Remove explicit SIGCHLD handling. (#7816)
Samuel Williams
2023-04-04
fix deadlock on `Thread#join`
Koichi Sasada
2023-04-01
use `sleep_forever()` on `thread_join_sleep()`
Koichi Sasada
2023-03-31
cosmetic change
Koichi Sasada
2023-03-31
pass `th` to `thread_sched_to_waiting()`
Koichi Sasada
2023-03-31
remove "\n" for `RUBY_DEBUG_LOG()`
Koichi Sasada
2023-03-30
`rb_ractor_thread_list()` only for current ractor
Koichi Sasada
2023-03-30
cosmetic change
Koichi Sasada
2023-03-15
Rename RB_GC_SAVE_MACHINE_CONTEXT -> RB_VM_SAVE_MACHINE_CONTEXT
Matt Valentine-House
2023-03-15
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-14
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-09
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-07
Remove obsoleted functions in rjit.c
Takashi Kokubun
2023-03-07
Get rid of MJIT's special fork
Takashi Kokubun
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-03-07
Correctly clean up `keeping_mutexes` before resuming any other threads. (#7460)
Samuel Williams
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
TestThreadInstrumentation: emit the EXIT event sooner
Jean Boussier
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-08
Only emit circular dependency warning for owned thread shields
Jean byroot Boussier
2023-02-06
Revert "Only emit circular dependency warning for owned thread shields"
Jean byroot Boussier
2023-02-06
Only emit circular dependency warning for owned thread shields
Jean Boussier
2023-01-20
Remove unused struct member thgroup->group
Matt Valentine-House
2022-12-01
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-09
Make pending_interrupt?(Exception) work
Yusuke Endoh
2022-10-20
Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588)
Samuel Williams
2022-10-07
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-09-11
MJIT: Do not hang after forking with threads
Takashi Kokubun
2022-09-07
Exit status macros need sys/wait.h on FreeBSD
Nobuyoshi Nakada
2022-09-06
Do not fork the process on --mjit-wait
Takashi Kokubun
2022-08-06
Allow `RUBY_DEBUG_LOG` format to be empty
Nobuyoshi Nakada
2022-08-02
Implement Queue#pop(timeout: sec)
Jean Boussier
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-13
GVL Instrumentation: remove the EXITED count assertion
Jean Boussier
[next]