summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2012-11-27* thread.c (rb_thread_terminate_all): retry broadcast only whenko1
2012-11-27* thread.c (rb_thread_terminate_all): broadcast terminate eventko1
2012-11-27* thread.c (rb_thread_terminate_all): suppress a warning.kosaki
2012-11-27* thread.c (thread_join): raises ThreadError if target theradkosaki
2012-11-27* thread.c (thread_join): raises ThreadError if target threadkosaki
2012-11-26* thread.c (rb_thread_terminate_all): broadcast eTerminateSignalkosaki
2012-11-26* thread.c (rb_thread_terminate_all): add RUBY_VM_CHECK_INTS_BLOCKING().kosaki
2012-11-26* thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep):kosaki
2012-11-26* thread.c (rb_thread_terminate_all): use native_sleep() insteadkosaki
2012-11-26* vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)kosaki
2012-11-26* thread.c (thread_join_m): use th->interrupt_mask instead ofkosaki
2012-11-26* ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.kosaki
2012-11-26split trap interrupt and async interruptkosaki
2012-11-26* vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki
2012-11-24* thread.c (thread_create_core): don't use th->thread_id beforekosaki
2012-11-20* vm_trace.c: add two methods:ko1
2012-11-20revert r37730 kosaki
2012-11-19* thread.c (rb_thread_s_check_interrupt): removed redundantkosaki
2012-11-19* thread.c (rb_threadptr_async_errinfo_active_p): added a smallkosaki
2012-11-19* thread.c, vm_core.h: big rename th to cur_th when works onlykosaki
2012-11-19* thread.c (rb_thread_blocking_region_end): replaced GET_THREAD()kosaki
2012-11-19* thread.c (rb_threadptr_execute_interrupts) removed.kosaki
2012-11-19* prelude.rb: Moved Mutex#synchronize tokosaki
2012-11-19* thread.c: add `Thread#backtrace_locations' method.ko1
2012-11-16* thread.c (rb_thread_call_without_gvl2): change the parameter ofko1
2012-11-01suppress warning: 'val' may be used uninitialized in this functionnaruse
2012-10-31* thread.c (rb_thread_call_without_gvl2): Note that ubf() may or maydrbrain
2012-10-31* thread.c (rb_thread_call_without_gvl2): Update documentation todrbrain
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-10-23* thread.c (thread_raise_m): check interrupts after Thread#raiseko1
2012-10-23Revert the last commit because some tests (in btest) failko1
2012-10-23* thread.c (rb_threadptr_raise): check interrupts afterko1
2012-10-16* thread.c (rb_threadptr_interrupt_mask): fix to check interruptko1
2012-10-06* thread.c (rb_thread_aref):zzak
2012-09-10thread.c: staticnobu
2012-09-09* thread.c (rb_mutex_lock): stop multiple threads usekosaki
2012-08-20vm_insnhelper.c: iclass as klass in cfpnobu
2012-08-16* vm_trace.c, vm_core.h: simplify tracing mechanism.ko1
2012-08-15* vm_trace.c: separate trace_func related functions fromko1
2012-07-29* thread.c (thread_create_core): hide th->async_errinfo_mask_stack fromnagachika
2012-07-29* thread.c (Init_Thread): does not need to set klassktsj
2012-07-25* thread.c (thread_create_core, Init_Thread): hidenagachika
2012-07-22* thread.c (rb_threadptr_execute_interrupts_common): increasenaruse
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-07-19thread.c: remove deprecatednobu
2012-07-18* thread.c (rb_thread_call_without_gvl2): added.ko1
2012-07-18* thread.c: fix last commit miss.ko1
2012-07-18* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko1
2012-07-10rb_thread_call_without_gvlnobu
2012-07-06thread.c: unsignednobu