summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2012-12-05* thread.c (rb_uninterruptible): helper function for providingkosaki
2012-12-05 * thread.c (rb_thread_s_async_interrupt_timing): have to check ints before j...tarui
2012-12-04 * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui
2012-12-04supress warningkosaki
2012-12-04supress warningkosaki
2012-12-04* thread.c (rb_mutex_owned_p): new method that return currentkosaki
2012-12-02 * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context): tarui
2012-12-02revert r38141 for stack problemtarui
2012-12-02 * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):tarui
2012-11-30* thread.c (Thread.async_interrupt_timing): fix RDoc.ko1
2012-11-30* thread.c (rb_threadptr_interrupt_mask, async_interrupt_timing_func):kosaki
2012-11-30* thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki
2012-11-30* vm_core.h (rb_vm_struct): add thread_destruct_lock field.kosaki
2012-11-30revert r35486 (add rb_thread_t#yeiling field). because it doesn't helpkosaki
2012-11-30* thread.c: TracePoint#self returns invoking/exitting thread objectko1
2012-11-30* thread.c: rename Thread.control_interruptko1
2012-11-29* thread.c (rb_thread_interrupted): avoid warning ofko1
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-29Revert r37956: thread.c (thread_start_func_2): small cleanups.kosaki
2012-11-29* thread.c (thread_start_func_2): remove unused code. Whenkosaki
2012-11-29Revert r37953: thread.c (thread_start_func_2): remove unused code. securitynaruse
2012-11-29* thread.c (do_select): suppress warning (uninitialized value warning)naruse
2012-11-28* thread.c (thread_start_func_2): small cleanups.kosaki
2012-11-28* thread.c (thread_start_func_2): remove unused code.kosaki
2012-11-28* thread.c (thread_start_func_2): remove unused code.kosaki
2012-11-28* thread.c (thread_start_func_2): remove unused code. securitykosaki
2012-11-28* thread.c (rb_mutex_sleep): fix to allow spurious wakeup.ko1
2012-11-28* include/ruby/thread.h (rb_thread_call_without_gvl2): changeko1
2012-11-28 * thread.c (thread_join_sleep): check spurious wakeup by itself fortarui
2012-11-28* vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki
2012-11-28* thread.c (struct rb_mutex_struct): add allow_trap field.kosaki
2012-11-28* thread.c (rb_mutex_lock): moved trap context check fromkosaki
2012-11-28* thread.c (thread_s_new): uses main_thread->status instead ofkosaki
2012-11-28* thread.c (thread_join): A trap handler check was moved fromkosaki
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