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
2017-06-12
remove rb_blocking_region_buffer::oldubf.
ko1
2017-06-12
remove ruby_kill() introduced for [Bug #7951].
ko1
2017-06-09
thread_pthread.c: workaround for valgrind on Mac
nobu
2017-06-09
thread.c: workaround for valgrind on Mac OS X
nobu
2017-06-07
thread.c: avoid busy looping on rb_thread_fd_close
normal
2017-06-06
IO#close: do not enqueue redundant interrupts (take #2)
normal
2017-06-06
re-revert r59020
ko1
2017-06-06
revert r59023 because it contans unrelated developping code
ko1
2017-06-06
revert r59020 because it may fail some tests sometimes on some environment (h...
ko1
2017-06-06
IO#close: do not enqueue redundant interrupts
normal
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-27
rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()
normal
2017-05-20
speed up IO#close with many threads
normal
2017-05-13
thread_win32.c: disable currently unused functions
nobu
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-08
reduce rb_mutex_t size from 160 to 80 bytes on 64-bit
normal
2017-05-07
vm_core.h (rb_thread_t): use 32-bit running_time_us
normal
2017-05-01
thread.c: suppress warnings [ci skip]
nobu
2017-04-24
Get rid of unnecessary GCC extension
nobu
2017-04-21
vm_dump.c: non-scalar thread_id
nobu
2017-04-17
eval.c: copy special exceptions before raise
nobu
2017-04-17
vm_insnhelper.c: rb_threadptr_stack_overflow
nobu
2017-04-17
vm_backtrace.c: backtrace functions per threads
nobu
2017-04-14
disable rewind hooks.
ko1
2017-04-13
thread.c: disable VM events when stack overflow
nobu
2017-04-12
thread.c: during GC for thread
nobu
2017-04-09
thread.c: refine stream closed message
nobu
2017-04-09
vm_core.h: ruby_error_stream_closed
nobu
2017-04-02
thread.c: comments on M:N threading [ci skip]
normal
2017-03-14
Fiber also has same issue. [Bug #13313]
ko1
2017-03-14
thread.c: Thread.start with Symbol
nobu
2017-03-14
thread.c: thread_do_start
nobu
2017-03-13
thread.c: rb_thread_fd_close [ci skip]
nobu
2017-03-13
thread.c: rb_thread_fd_close no longer returns
nobu
2017-03-13
thread.c: rb_thread_fd_close [ci skip]
nobu
2017-02-22
Thread#fetch
nobu
2017-02-15
thread.c: fix for VC
nobu
2017-02-14
initialize variables
nobu
2017-02-13
thread.c: use ASSUME only on gcc 5 or later
nobu
2017-02-13
suppress warnings
nobu
2017-02-10
check thread deadness correctly.
ko1
2017-01-31
define rb_thread_sleep_deadly_allow_spurious_wakeup().
ko1
2017-01-31
use TRUE/FALSE.
ko1
2017-01-25
io.c: close before wait
nobu
2017-01-10
thread.c: fix todo
nobu
2016-12-27
thread.c: fix race between read and close
nobu
2016-12-20
proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum
rhe
2016-12-07
Add clang volatile fixes from FreeBSD and NetBSD.
shugo
2016-11-29
thread.c: fix doc of abort_on_exception [ci skip]
nobu
2016-11-05
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
[next]