aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby: get rid of warnings.usa2014-03-051-2/+2
* test_thread.rb: stop at oncenobu2014-01-161-2/+6
* suppress warning: SAFE=3 does no sandboxingnaruse2013-12-161-1/+7
* test_thread.rb: timing issuesnobu2013-12-141-45/+66
* test_thread.rb: assert_operator for comparisonnobu2013-12-141-1/+1
* test/ruby: better assertionsnobu2013-12-131-5/+5
* hash.c: same hash value for similar constructsnobu2013-12-031-0/+13
* should not ignore the rest of recursive constructsnobu2013-11-261-13/+0
* * test/ruby/test_thread.rb (test_thread_join_in_trap):akr2013-11-051-0/+4
* test: use assert_raisenobu2013-10-091-3/+3
* test_thread.rb: ignore meaningless testnobu2013-10-061-1/+1
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-0/+27
* * thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki2013-09-101-0/+17
* * variable.c, vm_method.c: remove dead code.ktsj2013-08-181-4/+1
* * test/ruby/test_thread.rb (test_thread_local_security): Don't createakr2013-06-131-2/+0
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-20/+0
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa2013-05-021-6/+3
* thread.c: Mutex#synchronize no block paramsnobu2013-03-291-0/+5
* * test/ruby/test_thread.rb: fixed typoayumin2013-02-161-2/+2
* * thread.c: rename methods:ko12012-12-231-24/+24
* test_thread.rb: descriptive assertionsnobu2012-12-211-14/+18
* test_thread.rb: flush before SystemStackErrornobu2012-12-211-2/+3
* * vm.c: support variable VM/Machine stack sizes.ko12012-12-191-0/+40
* * test/ruby/test_thread.rb (test_uninitialized, test_backtrace,kosaki2012-12-141-60/+12
* * test/ruby/test_thread.rb (TestThread::Thread::new.): removekosaki2012-12-141-1/+0
* test: remove or replace trailing spacesnobu2012-12-071-1/+1
* * thread.c (rb_uninterruptible): helper function for providingkosaki2012-12-051-0/+20
* * io.c (io_binwrite): check interrupt before io issue.kosaki2012-12-051-0/+20
* Use underscore-begging name for dummy variables to suppress warningnaruse2012-12-051-2/+2
* fix typos and remove trailing spaceskazu2012-12-051-1/+1
* * thread.c (rb_thread_s_async_interrupt_timing): have to check ints before j...tarui2012-12-051-0/+28
* * test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfixtarui2012-12-041-1/+2
* * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui2012-12-041-0/+24
* * thread.c (rb_mutex_owned_p): new method that return currentkosaki2012-12-041-0/+29
* * test/ruby/test_thread.rb: move ConditionVariable related testkosaki2012-12-011-168/+0
* * test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki2012-12-011-12/+18
* * thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki2012-11-301-0/+12
* * thread.c: rename Thread.control_interruptko12012-11-301-8/+8
* remove trailing spaces.nobu2012-11-291-1/+1
* * test/ruby/test_thread.rb (test_thread_status_in_trap): change test fortarui2012-11-281-11/+11
* * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki2012-11-281-8/+43
* * thread.c (thread_join): A trap handler check was moved fromkosaki2012-11-281-0/+11
* * eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki2012-11-271-0/+12
* * thread.c (thread_join): raises ThreadError if target theradkosaki2012-11-271-0/+8
* * thread.c (thread_join): raises ThreadError if target threadkosaki2012-11-271-2/+5
* * vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki2012-11-261-0/+15
* * thread.c: added Thread#thread_variable_(get|set),tenderlove2012-10-291-0/+73
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-4/+1
* Synchronize with simple variable assignment.naruse2012-07-231-4/+3
* Suppress unused variable warnings.naruse2012-07-221-4/+4