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-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
2016-04-15
thread.c: defer setting name in initialize
nobu
2016-04-15
thread.c: must be initialized to set name
nobu
2016-04-06
* ext/coverage/coverage.c: Fully reset coverage to not persist global state.
eregon
2016-03-31
* thread.c (update_coverage): Do not track coverage in loaded files
eregon
2016-03-10
thread.c: check type of coverage
nobu
2016-01-07
thread.c: interrupt queue on uninitialized thread
nobu
2015-12-09
* *.c (*_memsize): do not check ptr.
ko1
2015-12-04
thread.c: name must be ascii-compatible
nobu
2015-12-03
configure.in: split SET_THREAD_NAME
nobu
2015-12-02
thread.c: rb_thread_setname on OS X
nobu
2015-12-02
* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.
ko1
2015-12-01
thread.c: reset name
nobu
[next]