aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of unnecessary GCC extensionnobu2017-04-241-1/+1
* vm_dump.c: non-scalar thread_idnobu2017-04-211-2/+3
* eval.c: copy special exceptions before raisenobu2017-04-171-0/+4
* vm_insnhelper.c: rb_threadptr_stack_overflownobu2017-04-171-14/+0
* vm_backtrace.c: backtrace functions per threadsnobu2017-04-171-2/+1
* disable rewind hooks.ko12017-04-141-1/+0
* thread.c: disable VM events when stack overflownobu2017-04-131-0/+1
* thread.c: during GC for threadnobu2017-04-121-1/+1
* thread.c: refine stream closed messagenobu2017-04-091-1/+2
* vm_core.h: ruby_error_stream_closednobu2017-04-091-4/+2
* thread.c: comments on M:N threading [ci skip]normal2017-04-021-0/+6
* Fiber also has same issue. [Bug #13313]ko12017-03-141-2/+14
* thread.c: Thread.start with Symbolnobu2017-03-141-1/+2
* thread.c: thread_do_startnobu2017-03-141-18/+22
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-131-5/+0
* thread.c: rb_thread_fd_close no longer returnsnobu2017-03-131-0/+1
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-131-0/+10
* Thread#fetchnobu2017-02-221-0/+34
* thread.c: fix for VCnobu2017-02-151-2/+2
* initialize variablesnobu2017-02-141-6/+2
* thread.c: use ASSUME only on gcc 5 or laternobu2017-02-131-2/+2
* suppress warningsnobu2017-02-131-4/+8
* check thread deadness correctly.ko12017-02-101-0/+7
* define rb_thread_sleep_deadly_allow_spurious_wakeup().ko12017-01-311-0/+8
* use TRUE/FALSE.ko12017-01-311-3/+3
* io.c: close before waitnobu2017-01-251-7/+3
* thread.c: fix todonobu2017-01-101-7/+11
* thread.c: fix race between read and closenobu2016-12-271-0/+8
* proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnumrhe2016-12-201-8/+2
* Add clang volatile fixes from FreeBSD and NetBSD.shugo2016-12-071-2/+2
* thread.c: fix doc of abort_on_exception [ci skip]nobu2016-11-291-7/+6
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-3/+3
* thread.c: check coverage valuesnobu2016-10-061-1/+4
* * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei2016-09-161-4/+4
* thread.c: set cause by Thread#raisenobu2016-09-091-0/+3
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-2/+4
* * thread.c: Fixed implicit conversion error with Apple clang-800.0.31hsbt2016-07-091-1/+1
* * thread.c (rb_wait_for_single_fd): Clean up fds.revents every timengoto2016-07-081-0/+1
* thread.c: fix thread_id formattingnobu2016-06-151-10/+6
* * thread.c (debug_deadlock_check): show thread lock dependency andnaruse2016-06-131-13/+33
* Thread.report_on_exceptionnobu2016-06-061-0/+123
* * thread.c (recursive_list_access): a object id may be a Bignum. so,usa2016-05-181-1/+1
* thread.c: GET_THREAD once in rb_thread_atforknobu2016-05-091-5/+6
* thread.c: clear atfork functionsnobu2016-05-091-0/+12
* * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse2016-05-081-0/+1
* use TH_JUMP_TAGnobu2016-05-051-2/+2
* thread.c: defer setting name in initializenobu2016-04-151-15/+13
* thread.c: must be initialized to set namenobu2016-04-151-9/+15
* * ext/coverage/coverage.c: Fully reset coverage to not persist global state.eregon2016-04-061-0/+11
* * thread.c (update_coverage): Do not track coverage in loaded fileseregon2016-03-311-1/+1