aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: revert a part of r38595. 'iff' means 'if and only if', not typo.usa2012-12-251-1/+1
* * bignum.c, include/ruby/intern.h (rb_big_eql): exported.usa2012-12-251-5/+12
* add empty line for style.ko12012-12-251-0/+1
* * thread.c: rename methods:ko12012-12-231-120/+138
* thread.c: ignore result of blocking_region_beginnobu2012-12-231-1/+8
* * cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika2012-12-221-2/+3
* style fix.kosaki2012-12-191-2/+0
* * thread.c (rb_thread_wait_fd_rw): fix infinite loop bug.kosaki2012-12-181-5/+3
* * parse.y (yycompile0): adjust indent.nobu2012-12-151-6/+6
* * thread.c (rb_mutex_owned_p): remove static.kosaki2012-12-151-1/+1
* * thread.c (rb_thread_wait_fd_rw): remove silly rb_thread_alone()kosaki2012-12-151-1/+0
* thread.c: revert r38382 but deprecate rb_thread_polling()nobu2012-12-151-0/+19
* * file.c (rb_file_flock): use rb_thread_wait_for() instead ofkosaki2012-12-141-19/+0
* * thread.c (rb_uninterruptible): helper function for providingkosaki2012-12-051-0/+12
* * thread.c (rb_thread_s_async_interrupt_timing): have to check ints before j...tarui2012-12-051-2/+2
* * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui2012-12-041-4/+11
* supress warningkosaki2012-12-041-2/+2
* supress warningkosaki2012-12-041-1/+1
* * thread.c (rb_mutex_owned_p): new method that return currentkosaki2012-12-041-0/+23
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context): tarui2012-12-021-14/+13
* revert r38141 for stack problemtarui2012-12-021-2/+5
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):tarui2012-12-021-5/+2
* * thread.c (Thread.async_interrupt_timing): fix RDoc.ko12012-11-301-6/+6
* * thread.c (rb_threadptr_interrupt_mask, async_interrupt_timing_func):kosaki2012-11-301-44/+32
* * thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki2012-11-301-0/+15
* * vm_core.h (rb_vm_struct): add thread_destruct_lock field.kosaki2012-11-301-1/+15
* revert r35486 (add rb_thread_t#yeiling field). because it doesn't helpkosaki2012-11-301-5/+1
* * thread.c: TracePoint#self returns invoking/exitting thread objectko12012-11-301-2/+2
* * thread.c: rename Thread.control_interruptko12012-11-301-55/+81
* * thread.c (rb_thread_interrupted): avoid warning ofko12012-11-291-2/+2
* [EXPERIMENTAL: NEED DISCUSS]ko12012-11-291-2/+3
* Revert r37956: thread.c (thread_start_func_2): small cleanups.kosaki2012-11-291-9/+10
* * thread.c (thread_start_func_2): remove unused code. Whenkosaki2012-11-291-8/+7
* Revert r37953: thread.c (thread_start_func_2): remove unused code. securitynaruse2012-11-291-2/+10
* * thread.c (do_select): suppress warning (uninitialized value warning)naruse2012-11-291-1/+2
* * thread.c (thread_start_func_2): small cleanups.kosaki2012-11-281-10/+9
* * thread.c (thread_start_func_2): remove unused code.kosaki2012-11-281-19/+13
* * thread.c (thread_start_func_2): remove unused code.kosaki2012-11-281-1/+0
* * thread.c (thread_start_func_2): remove unused code. securitykosaki2012-11-281-10/+2
* * thread.c (rb_mutex_sleep): fix to allow spurious wakeup.ko12012-11-281-3/+6
* * include/ruby/thread.h (rb_thread_call_without_gvl2): changeko12012-11-281-86/+99
* * thread.c (thread_join_sleep): check spurious wakeup by itself fortarui2012-11-281-35/+33
* * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki2012-11-281-18/+21
* * thread.c (struct rb_mutex_struct): add allow_trap field.kosaki2012-11-281-10/+13
* * thread.c (rb_mutex_lock): moved trap context check fromkosaki2012-11-281-6/+6
* * thread.c (thread_s_new): uses main_thread->status instead ofkosaki2012-11-281-3/+1
* * thread.c (thread_join): A trap handler check was moved fromkosaki2012-11-281-6/+4
* * thread.c (rb_thread_terminate_all): retry broadcast only whenko12012-11-271-2/+8
* * thread.c (rb_thread_terminate_all): broadcast terminate eventko12012-11-271-14/+5
* * thread.c (rb_thread_terminate_all): suppress a warning.kosaki2012-11-271-0/+1