index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
thread.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-12-01
1
-0
/
+2
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-8
/
+8
*
Make pending_interrupt?(Exception) work
Yusuke Endoh
2022-11-09
1
-1
/
+1
*
Avoid missed wakeup with fiber scheduler and Fiber.blocking. (#6588)
Samuel Williams
2022-10-20
1
-2
/
+2
*
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-10-07
1
-0
/
+11
*
MJIT: Do not hang after forking with threads
Takashi Kokubun
2022-09-11
1
-7
/
+7
*
Exit status macros need sys/wait.h on FreeBSD
Nobuyoshi Nakada
2022-09-07
1
-0
/
+4
*
Do not fork the process on --mjit-wait
Takashi Kokubun
2022-09-06
1
-1
/
+1
*
Allow `RUBY_DEBUG_LOG` format to be empty
Nobuyoshi Nakada
2022-08-06
1
-5
/
+5
*
Implement Queue#pop(timeout: sec)
Jean Boussier
2022-08-02
1
-4
/
+31
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-7
/
+7
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-519
/
+519
*
GVL Instrumentation: remove the EXITED count assertion
Jean Boussier
2022-07-13
1
-0
/
+1
*
Use VM Lock when mutating waiting threads list
Aaron Patterson
2022-07-12
1
-1
/
+5
*
Thread#value: handle threads killed by a fork
Jean Boussier
2022-07-07
1
-0
/
+4
*
GVL Instrumentation API: add STARTED and EXITED events
Jean Boussier
2022-06-17
1
-1
/
+0
*
Restore rb_exec_recursive_outer
John Hawthorn
2022-06-15
1
-0
/
+6
*
Remove MJIT worker thread (#6006)
Takashi Kokubun
2022-06-15
1
-0
/
+15
*
Make method id explicit in rb_exec_recursive_outer
John Hawthorn
2022-06-10
1
-2
/
+2
*
Add mid argument to exec_recursive
John Hawthorn
2022-06-10
1
-6
/
+5
*
use `RUBY_DEBUG_LOG` instead of `thread_debug`
Koichi Sasada
2022-05-24
1
-141
/
+61
*
remove `NON_SCALAR_THREAD_ID` support
Koichi Sasada
2022-05-24
1
-37
/
+2
*
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
2022-05-17
1
-1
/
+1
*
Fix various autoload race conditions. (#5898)
Samuel Williams
2022-05-15
1
-0
/
+4
*
introduce struct `rb_native_thread`
Koichi Sasada
2022-04-23
1
-2
/
+2
*
rename thread internal naming
Koichi Sasada
2022-04-22
1
-20
/
+17
*
[DOC] Fix SymbolVariantsRelNotes link
S-H-GAMELINKS
2022-04-14
1
-1
/
+1
*
thread.c: Move double2hrtime and hrtime2double to hrtime.h
Yusuke Endoh
2022-03-30
1
-40
/
+0
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-25
/
+25
*
Add ISEQ_BODY macro
Peter Zhu
2022-03-24
1
-4
/
+4
*
Accurately report VM memsize
Kevin Newton
2022-01-21
1
-0
/
+15
*
[wasm] add no thread variant for freestanding environment
Yuta Saito
2022-01-19
1
-1
/
+1
*
thread.c: put platform specific part in each impl file
Yuta Saito
2022-01-19
1
-19
/
+0
*
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-18
1
-2
/
+0
*
thread.c: Convert TAG_BREAK to a normal exception at thread top-level
Yusuke Endoh
2022-01-13
1
-0
/
+3
*
Some codes replace to `RBOOL` macro (#5023)
S.H
2021-11-09
1
-6
/
+1
*
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-11-08
1
-1
/
+0
*
Select including thread impl file at config time
Yuta Saito
2021-10-30
1
-4
/
+2
*
Prefer ANSI-style prototypes over old K&R-style definitions
Nobuyoshi Nakada
2021-10-27
1
-2
/
+2
*
Make Coverage suspendable (#4856)
Yusuke Endoh
2021-10-25
1
-5
/
+18
*
suppress warnings by parenthesizing unclear expressions
Nobuyoshi Nakada
2021-10-24
1
-1
/
+1
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-1
/
+1
*
Remove extraneous conversion to float [Bug #18236]
Nobuyoshi Nakada
2021-10-03
1
-21
/
+14
*
Cast to void pointer to suppress -Wformat-pedantic in RUBY_DEBUG_LOG
Nobuyoshi Nakada
2021-10-03
1
-1
/
+1
*
Move some function declaration to internal/io.h
S-H-GAMELINKS
2021-09-28
1
-5
/
+0
*
Refactor and Using RBOOL macro
S.H
2021-09-15
1
-13
/
+2
*
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
1
-1
/
+1
*
Fix potential hang when joining threads.
Samuel Williams
2021-08-03
1
-27
/
+48
*
Using RBOOL macro
S.H
2021-08-02
1
-24
/
+10
*
Revert "Fix potential hang when joining threads."
Yusuke Endoh
2021-07-28
1
-17
/
+4
[next]