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
2020-12-14
Introduce negative method cache
Koichi Sasada
2020-12-07
fix Thread's interrupt and Ractor#take issue
Koichi Sasada
2020-12-05
Protoized old pre-ANSI K&R style definitions
Nobuyoshi Nakada
2020-12-05
Proposed method for dealing with stack locals which have non-local lifetime.
Samuel Williams
2020-11-25
show the error message before Ractor.yield
Koichi Sasada
2020-11-18
fix public interface
Koichi Sasada
2020-11-11
Threads in a ractor will be killed with the ractor
Koichi Sasada
2020-11-11
introduce USE_VM_CLOCK for windows.
Koichi Sasada
2020-11-07
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-10-30
sync vm->waiting_fds correctly.
Koichi Sasada
2020-10-28
Add Thread.ignore_deadlock accessor
Jeremy Evans
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-10
Add Ractor#receive and Ractor.receive and use it in all places
Benoit Daloze
2020-10-01
Don't use `th->scheduler` directly because it's not always valid to do so.
Samuel Williams
2020-10-01
rb_thread_scheduler is no longer used
Nobuyoshi Nakada
2020-10-01
Remove `Thread.scheduler` from public interface.
Samuel Williams
2020-09-21
Make Thread#join always convert its argument, as before 70f08f1eed
Benoit Daloze
2020-09-21
Make it clear the first field of join_arg is the waiting thread
Benoit Daloze
2020-09-21
Make `Thread#join` non-blocking.
Samuel Williams
2020-09-21
When setting current thread scheduler to nil, invoke `#close`.
Samuel Williams
2020-09-17
Call scheduler.block instead of scheduler.kernel_sleep for blocking Queue/Siz...
Benoit Daloze
2020-09-15
restart Ractor.select on intterupt
Koichi Sasada
2020-09-14
Add support for Queue & SizedQueue.
Samuel Williams
2020-09-14
Make Mutex per-Fiber instead of per-Thread
Benoit Daloze
2020-09-14
Standardised scheduler interface.
Samuel Williams
2020-09-14
Add `rb_thread_current_scheduler()`.
Samuel Williams
2020-09-11
Removed Thread#safe_level
Hiroshi SHIBATA
2020-09-10
If the GC runs before the Mutex's are initialised then we get a crash in pthr...
Matt Valentine-House
2020-09-03
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-08-17
procnames-start-lines [ci skip]
Nobuyoshi Nakada
2020-07-20
Rename `rb_current_thread_scheduler` to `rb_thread_scheduler_if_nonblocking`.
Samuel Williams
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
exec_recursive: do not goto into a branch
卜部昌平
2020-06-20
compile.c: Improve branch coverage instrumentation [Bug #16967]
Yusuke Endoh
2020-05-25
Make Thread#thread_variable? similar to #thread_variable_get
Jeremy Evans
2020-05-14
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-12
Thread#backtrace may return nil [ci skip]
Kazuhiro NISHIYAMA
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-09
should check pending interrupts correctly.
Koichi Sasada
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-26
check flags passed to rb_nogvl()
Koichi Sasada
2020-02-20
fix arity mismatch
卜部昌平
2020-02-07
more on NULL versus functions.
卜部昌平
2020-01-11
st_delete_wrap is no longer used
Nobuyoshi Nakada
2020-01-11
Let execution context local storage be an ID table
Lourens Naudé
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2019-12-28
Fix typo
Kazuhiro NISHIYAMA
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
TIMESPEC_SEC_MAX might be bigger than 53 bits.
卜部昌平
[next]