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
*
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
*
Predefine recursive key ID
Nobuyoshi Nakada
2021-07-27
1
-2
/
+1
*
Fix potential hang when joining threads.
Samuel Williams
2021-07-27
1
-4
/
+17
*
Distinguish signal and timeout [Bug #16608]
Nobuyoshi Nakada
2021-07-25
1
-2
/
+4
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-11
/
+11
*
Prefer qualified names under Thread
Nobuyoshi Nakada
2021-06-29
1
-1
/
+1
*
Reduce repeated same code
Nobuyoshi Nakada
2021-06-24
1
-13
/
+9
*
Deprecate and rework old (fd) centric functions.
Samuel Williams
2021-06-22
1
-33
/
+0
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-06-17
1
-5
/
+10
*
Wake up join list within thread EC context. (#4471)
Samuel Williams
2021-06-14
1
-79
/
+77
*
Suppress clobbered warnings on Travis-CI ppc64le-linux
Nobuyoshi Nakada
2021-06-03
1
-2
/
+3
*
Make `Thread#native_thread_id` not-implemented if unsupported
Nobuyoshi Nakada
2021-06-01
1
-0
/
+4
*
Add Thread#native_thread_id [Feature #17853]
NARUSE, Yui
2021-05-26
1
-0
/
+31
*
Document how to handle kill/terminate interrupts in Thread.handle_interrupt
Jeremy Evans
2021-04-08
1
-0
/
+2
*
Destroy VM-wise locks before freeing [Bug #15852]
Nobuyoshi Nakada
2021-03-09
1
-7
/
+0
*
Make Ractor stdio belonging to the Ractor [Bug #17672]
Nobuyoshi Nakada
2021-03-07
1
-0
/
+9
*
Don't document that Thread#group can return nil
Jeremy Evans
2021-02-10
1
-8
/
+2
*
Expose scheduler as public interface & bug fixes. (#3945)
Samuel Williams
2021-02-09
1
-8
/
+8
*
unblock thread is only for main ractor.
Koichi Sasada
2021-02-05
1
-2
/
+2
*
only main thread can modify vm->ubf_async_safe
Koichi Sasada
2021-02-03
1
-3
/
+5
*
Replace "iff" with "if and only if"
Gannon McGibbon
2021-01-19
1
-1
/
+1
*
introduce rb_ractor_atfork()
Koichi Sasada
2020-12-24
1
-5
/
+3
*
Revert "need to clear blocking cnt at fork (child process)"
Koichi Sasada
2020-12-23
1
-2
/
+1
*
need to clear blocking cnt at fork (child process)
Koichi Sasada
2020-12-23
1
-1
/
+2
*
fix to use rb_ractor_id()
Koichi Sasada
2020-12-22
1
-1
/
+1
*
Introduce negative method cache
Koichi Sasada
2020-12-14
1
-0
/
+2
*
fix Thread's interrupt and Ractor#take issue
Koichi Sasada
2020-12-07
1
-0
/
+3
*
Protoized old pre-ANSI K&R style definitions
Nobuyoshi Nakada
2020-12-05
1
-1
/
+1
*
Proposed method for dealing with stack locals which have non-local lifetime.
Samuel Williams
2020-12-05
1
-7
/
+8
*
show the error message before Ractor.yield
Koichi Sasada
2020-11-25
1
-6
/
+7
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+1
*
Threads in a ractor will be killed with the ractor
Koichi Sasada
2020-11-11
1
-7
/
+7
*
introduce USE_VM_CLOCK for windows.
Koichi Sasada
2020-11-11
1
-10
/
+0
*
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-11-07
1
-82
/
+3
*
sync vm->waiting_fds correctly.
Koichi Sasada
2020-10-30
1
-1
/
+7
*
Add Thread.ignore_deadlock accessor
Jeremy Evans
2020-10-28
1
-1
/
+51
*
Don't redefine #rb_intern over and over again
Stefan Stùˆben
2020-10-21
1
-7
/
+4
*
Add Ractor#receive and Ractor.receive and use it in all places
Benoit Daloze
2020-10-10
1
-1
/
+1
*
Don't use `th->scheduler` directly because it's not always valid to do so.
Samuel Williams
2020-10-01
1
-2
/
+4
*
rb_thread_scheduler is no longer used
Nobuyoshi Nakada
2020-10-01
1
-0
/
+2
*
Remove `Thread.scheduler` from public interface.
Samuel Williams
2020-10-01
1
-1
/
+1
*
Make Thread#join always convert its argument, as before 70f08f1eed
Benoit Daloze
2020-09-21
1
-0
/
+11
*
Make it clear the first field of join_arg is the waiting thread
Benoit Daloze
2020-09-21
1
-11
/
+11
*
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
1
-112
/
+137
*
When setting current thread scheduler to nil, invoke `#close`.
Samuel Williams
2020-09-21
1
-4
/
+6
*
Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...
Benoit Daloze
2020-09-17
1
-3
/
+3
*
restart Ractor.select on intterupt
Koichi Sasada
2020-09-15
1
-0
/
+6
*
Add support for Queue & SizedQueue.
Samuel Williams
2020-09-14
1
-2
/
+7
[next]