aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
* prefix global symbolsnobu2013-03-061-2/+2
* * thread.c: rdoc formatting for Thread, ThreadGroup, and ThreadErrorzzak2013-02-271-101/+128
* * thread.c (rb_thread_wakeup): rdoc formattingzzak2013-02-271-3/+5
* thread.c (rb_thread_group): rdoc formattingzzak2013-02-271-2/+2
* * thread.c (thread_raise_m): rdoc formattingzzak2013-02-271-3/+3
* thread.c: remove unnecessary sentencenobu2013-02-251-3/+0
* * thread.c: Document Thread::new, clean up ::fork and mention callingzzak2013-02-251-4/+26
* * thread.c: Document ThreadGroup::Defaultzzak2013-02-241-0/+6
* * thread.c: Grammar for #backtrace_locations and ::handle_interruptzzak2013-02-241-3/+3
* * thread.c: Documentation for Thread#backtrace_locationszzak2013-02-231-2/+14
* * thread.c: Improved rdoc for ::handle_interrupt, ::pending_interrupt?zzak2013-02-231-38/+68
* Thu Jan 10 19:39:05 2013 TAKANO `takano32' Mitsuhiro <tak@no32.tk>takano322013-01-101-1/+1
* * 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