summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-27rb_wait_for_single_fd: do not OOM or segfault with invalid FD on select()normal
2017-05-20speed up IO#close with many threadsnormal
2017-05-13thread_win32.c: disable currently unused functionsnobu
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-05-08reduce rb_mutex_t size from 160 to 80 bytes on 64-bitnormal
2017-05-07vm_core.h (rb_thread_t): use 32-bit running_time_usnormal
2017-05-01thread.c: suppress warnings [ci skip]nobu
2017-04-24Get rid of unnecessary GCC extensionnobu
2017-04-21vm_dump.c: non-scalar thread_idnobu
2017-04-17eval.c: copy special exceptions before raisenobu
2017-04-17vm_insnhelper.c: rb_threadptr_stack_overflownobu
2017-04-17vm_backtrace.c: backtrace functions per threadsnobu
2017-04-14disable rewind hooks.ko1
2017-04-13thread.c: disable VM events when stack overflownobu
2017-04-12thread.c: during GC for threadnobu
2017-04-09thread.c: refine stream closed messagenobu
2017-04-09vm_core.h: ruby_error_stream_closednobu
2017-04-02thread.c: comments on M:N threading [ci skip]normal
2017-03-14Fiber also has same issue. [Bug #13313]ko1
2017-03-14thread.c: Thread.start with Symbolnobu
2017-03-14thread.c: thread_do_startnobu
2017-03-13thread.c: rb_thread_fd_close [ci skip]nobu
2017-03-13thread.c: rb_thread_fd_close no longer returnsnobu
2017-03-13thread.c: rb_thread_fd_close [ci skip]nobu
2017-02-22Thread#fetchnobu
2017-02-15thread.c: fix for VCnobu
2017-02-14initialize variablesnobu
2017-02-13thread.c: use ASSUME only on gcc 5 or laternobu
2017-02-13suppress warningsnobu
2017-02-10check thread deadness correctly.ko1
2017-01-31define rb_thread_sleep_deadly_allow_spurious_wakeup().ko1
2017-01-31use TRUE/FALSE.ko1
2017-01-25io.c: close before waitnobu
2017-01-10thread.c: fix todonobu
2016-12-27thread.c: fix race between read and closenobu
2016-12-20proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnumrhe
2016-12-07Add clang volatile fixes from FreeBSD and NetBSD.shugo
2016-11-29thread.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-06thread.c: check coverage valuesnobu
2016-09-16 * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei
2016-09-09thread.c: set cause by Thread#raisenobu
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.31hsbt
2016-07-08* thread.c (rb_wait_for_single_fd): Clean up fds.revents every timengoto
2016-06-15thread.c: fix thread_id formattingnobu
2016-06-13* thread.c (debug_deadlock_check): show thread lock dependency andnaruse
2016-06-06Thread.report_on_exceptionnobu
2016-05-18* thread.c (recursive_list_access): a object id may be a Bignum. so,usa