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
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
2022-07-12
Use VM Lock when mutating waiting threads list
Aaron Patterson
2022-07-07
Thread#value: handle threads killed by a fork
Jean Boussier
2022-06-17
GVL Instrumentation API: add STARTED and EXITED events
Jean Boussier
2022-06-15
Restore rb_exec_recursive_outer
John Hawthorn
2022-06-15
Remove MJIT worker thread (#6006)
Takashi Kokubun
2022-06-10
Make method id explicit in rb_exec_recursive_outer
John Hawthorn
2022-06-10
Add mid argument to exec_recursive
John Hawthorn
2022-05-24
use `RUBY_DEBUG_LOG` instead of `thread_debug`
Koichi Sasada
2022-05-24
remove `NON_SCALAR_THREAD_ID` support
Koichi Sasada
2022-05-17
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
2022-05-15
Fix various autoload race conditions. (#5898)
Samuel Williams
2022-04-23
introduce struct `rb_native_thread`
Koichi Sasada
2022-04-22
rename thread internal naming
Koichi Sasada
2022-04-14
[DOC] Fix SymbolVariantsRelNotes link
S-H-GAMELINKS
2022-03-30
thread.c: Move double2hrtime and hrtime2double to hrtime.h
Yusuke Endoh
2022-03-30
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-24
Add ISEQ_BODY macro
Peter Zhu
2022-01-21
Accurately report VM memsize
Kevin Newton
2022-01-19
[wasm] add no thread variant for freestanding environment
Yuta Saito
2022-01-19
thread.c: put platform specific part in each impl file
Yuta Saito
2022-01-18
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-13
thread.c: Convert TAG_BREAK to a normal exception at thread top-level
Yusuke Endoh
2021-11-09
Some codes replace to `RBOOL` macro (#5023)
S.H
2021-11-08
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-10-30
Select including thread impl file at config time
Yuta Saito
2021-10-27
Prefer ANSI-style prototypes over old K&R-style definitions
Nobuyoshi Nakada
2021-10-25
Make Coverage suspendable (#4856)
Yusuke Endoh
2021-10-24
suppress warnings by parenthesizing unclear expressions
Nobuyoshi Nakada
2021-10-03
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
Remove extraneous conversion to float [Bug #18236]
Nobuyoshi Nakada
2021-10-03
Cast to void pointer to suppress -Wformat-pedantic in RUBY_DEBUG_LOG
Nobuyoshi Nakada
2021-09-28
Move some function declaration to internal/io.h
S-H-GAMELINKS
2021-09-15
Refactor and Using RBOOL macro
S.H
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-08-03
Fix potential hang when joining threads.
Samuel Williams
2021-08-02
Using RBOOL macro
S.H
2021-07-28
Revert "Fix potential hang when joining threads."
Yusuke Endoh
2021-07-27
Predefine recursive key ID
Nobuyoshi Nakada
2021-07-27
Fix potential hang when joining threads.
Samuel Williams
2021-07-25
Distinguish signal and timeout [Bug #16608]
Nobuyoshi Nakada
2021-07-01
Replace copy coroutine with pthread implementation.
Samuel Williams
[next]