summaryrefslogtreecommitdiff
path: root/thread.c
AgeCommit message (Expand)Author
2013-01-10Thu Jan 10 19:39:05 2013 TAKANO `takano32' Mitsuhiro <tak@no32.tk>takano32
2012-12-25* ChangeLog: revert a part of r38595. 'iff' means 'if and only if', not typo.usa
2012-12-25* bignum.c, include/ruby/intern.h (rb_big_eql): exported.usa
2012-12-25add empty line for style.ko1
2012-12-23* thread.c: rename methods:ko1
2012-12-23thread.c: ignore result of blocking_region_beginnobu
2012-12-22* cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika
2012-12-19style fix.kosaki
2012-12-18* thread.c (rb_thread_wait_fd_rw): fix infinite loop bug.kosaki
2012-12-15* parse.y (yycompile0): adjust indent.nobu
2012-12-15* thread.c (rb_mutex_owned_p): remove static.kosaki
2012-12-15* thread.c (rb_thread_wait_fd_rw): remove silly rb_thread_alone()kosaki
2012-12-15thread.c: revert r38382 but deprecate rb_thread_polling()nobu
2012-12-14* file.c (rb_file_flock): use rb_thread_wait_for() instead ofkosaki
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