summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
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
2015-06-14* thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki
2015-06-13thread.c: indentnobu
2015-06-13add Thread.name and Thread.name= docs Feature #11251 [ci skip]naruse
2015-06-13darwin can't set anothre thread's namenaruse
2015-06-13* vm_core.h (rb_thread_t): add th->name.naruse
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-04-16thread.c: class name encodingnobu
2015-03-10* eval_intern.h (THROW_DATA_P): use RB_TYPE_P() instead ofko1
2015-03-10* thread.c (thread_join): Fixnum (except TAG_FATAL) andko1
2015-03-07* thread.c: Mutex#owned? is no longer experimental since 2.1.0hsbt
2015-03-03thread.c: volatile inside EXEC_TAGnobu
2015-01-28thread.c: micro-optimize thread create/joinnormal
2015-01-28* thread.c: Improve documentation for Thread#valuehsbt
2015-01-23hash.c: move Hash specific functionsnobu
2014-12-29thread.c: fix dynamic symbol keysnobu
2014-12-24* hash.c (rb_hash_delete): return Qnil if there are no correspondingko1
2014-12-21thread.c: no allocation during GCnobu
2014-12-10thread.c: use the same method namenobu
2014-12-09thread.c: get rid of invalid ID symbolnobu
2014-12-06thread.c (do_select): rename parameters to avoid shadowingnormal
2014-12-01use 0 for reservednobu
2014-11-27* vm_core.h: add rb_thread_t::local_storage_recursive_hashko1
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-10-10thread.c: fix for older gccnobu
2014-10-10ruby/ruby.h: eliminate disabled function callnobu
2014-10-07normalize reference to Timeout::Errornormal