aboutsummaryrefslogtreecommitdiffstats
path: root/thread.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix documentation by @jc00ke [fix GH-278]hsbt2013-04-091-2/+2
* thread.c: no allocate before deletingnobu2013-04-051-3/+4
* thread.c: avoid inadvertent symbol creationnobu2013-04-041-7/+14
* thread.c: error messagenobu2013-04-041-1/+1
* thread.c: TYPEOF_TIMEVAL_TV_SECnobu2013-03-301-5/+16
* timev.h: move time_t stuffsnobu2013-03-301-0/+1
* thread.c: format specifiers for time_tnobu2013-03-301-3/+3
* thread.c: Mutex#synchronize no block paramsnobu2013-03-291-1/+1
* * internal.h (TIMET_MAX_PLUS_ONE): Defined.akr2013-03-261-8/+12
* * internal.h: Define TIMET_MAX and TIMET_MIN here.akr2013-03-261-3/+0
* * thread.c (double2timeval): convert the infinity to TIME_MAX to avoidakr2013-03-261-3/+9
* thread.c: fix deadlocknobu2013-03-211-2/+3
* * thread.c (ruby_kill): added a few comments.kosaki2013-03-191-0/+4
* * thread.c (ruby_kill): release GVL while waiting signal delivered.kosaki2013-03-191-0/+2
* * ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.usa2013-03-191-1/+1
* * internal.h: added a declaration of ruby_kill().kosaki2013-03-191-0/+23
* * thread.c: disabled _FORTIFY_SOURCE for avoid to hit glibc bug.kosaki2013-03-161-0/+13
* 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