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-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
2016-10-06
thread.c: check coverage values
nobu
2016-09-16
* internal.h (WARN_UNUSED_RESULT): moved to configure.in, to
shyouhei
2016-09-09
thread.c: set cause by Thread#raise
nobu
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-09
* thread.c: Fixed implicit conversion error with Apple clang-800.0.31
hsbt
2016-07-08
* thread.c (rb_wait_for_single_fd): Clean up fds.revents every time
ngoto
2016-06-15
thread.c: fix thread_id formatting
nobu
2016-06-13
* thread.c (debug_deadlock_check): show thread lock dependency and
naruse
2016-06-06
Thread.report_on_exception
nobu
2016-05-18
* thread.c (recursive_list_access): a object id may be a Bignum. so,
usa
2016-05-09
thread.c: GET_THREAD once in rb_thread_atfork
nobu
2016-05-09
thread.c: clear atfork functions
nobu
2016-05-08
* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.
naruse
2016-05-05
use TH_JUMP_TAG
nobu
[next]