summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
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
2016-05-09thread.c: GET_THREAD once in rb_thread_atforknobu
2016-05-09thread.c: clear atfork functionsnobu
2016-05-08* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse
2016-05-05use TH_JUMP_TAGnobu
2016-04-15thread.c: defer setting name in initializenobu
2016-04-15thread.c: must be initialized to set namenobu
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 fileseregon
2016-03-10thread.c: check type of coveragenobu
2016-01-07thread.c: interrupt queue on uninitialized threadnobu
2015-12-09* *.c (*_memsize): do not check ptr.ko1
2015-12-04thread.c: name must be ascii-compatiblenobu
2015-12-03configure.in: split SET_THREAD_NAMEnobu
2015-12-02thread.c: rb_thread_setname on OS Xnobu
2015-12-02* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.ko1
2015-12-01thread.c: reset namenobu
2015-12-01thread.c: check name argumentnobu
2015-11-30* thread_pthread.c (register_ubf_list): renamed fromkosaki
2015-11-07thread.c (rb_cThreadShield): make staticnormal
2015-09-18thread.c: suppress warnings only if GCC6+nobu
2015-09-08io.c: no wait when killednobu
2015-09-06thread.c: suppress warningsnobu
2015-09-01* thread_tools.c: rename thread_tools.c to thread_sync.c.ko1
2015-08-21* ext/thread/thread.c: move definitions of Queue, SizedQueueko1
2015-08-14improve handling of timer thread shutdownnormal
2015-08-13thread.c: freeze masksnobu
2015-08-03thread.c: fix messagenobu
2015-08-01thread.c: thread_shield_get_mutexnobu
2015-07-30thread.c: identity hashnobu
2015-07-30thread.c: identical hashnobu
2015-07-22* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body andko1
2015-07-22thread.c: return the errornobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21thread.c: refactor a loopnobu
2015-07-20thread.c: reuse tagnobu
2015-07-19thread.c: fix timeout limitnobu
2015-07-18thread.c: gather common statementsnobu
2015-07-17RUBY_VM_CHECK_INTS_BLOCKING: move to thread.cnobu
2015-07-17thread.c (rb_thread_alone): simplifynormal
2015-07-16avoid redundant GET_THREAD() callsnormal
2015-07-16thread.c (mutex_alloc): remove needless volatilenormal
2015-07-15thread.c (thread_initialize): avoid RSTRING_PTR and NUMT2INTnormal
2015-06-18* thread.c (rb_thread_safe_level): fix document. $SAFE=3 is obsolete.usa