summaryrefslogtreecommitdiff
path: root/test/thread
AgeCommit message (Expand)Author
2013-09-07* variable.c (classname): the name of class that hasktsj
2013-09-06* common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can'tglass
2013-03-11* remove trailing spaces.nobu
2013-03-10* lib/thread.rb (Queue#push): return self.kosaki
2013-03-10* test/thread/test_queue.rb (TestQueue#test_thr_kill): reducekosaki
2012-12-01* test/ruby/test_thread.rb: move ConditionVariable related testkosaki
2012-12-01* lib/thread.rb (ConditionVariable): use hash instead of array forkosaki
2012-11-30* lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.kosaki
2012-09-29envutil.rb: kill child process when timeoutshirosaki
2012-09-09* lib/thread.rb (Queue#pop): Fixed double registration issue whenkosaki
2012-09-09* lib/sync.rb (Sync_m#sync_lock): Fixed wakeup/raise unsafe code.kosaki
2011-12-23refine message for test_thr_kill.akr
2011-12-23* test/thread/test_queue.rb (test_thr_kill): show the number of loopakr
2011-12-22Decrease timeout limit.naruse
2011-12-18* test/thread/test_queue.rb (test_thr_kill): extend timeout.nagachika
2011-12-14The test added in r34034 needs to run thousands of times.naruse
2011-12-14Add test for [Bug #5343] [ruby-core:39634]naruse
2011-09-03* lib/thread.rb (SizedQueue#max=) raise ArgumentError if max is notnagachika
2011-05-15* remove trailing spaces.nobu
2010-04-16* test/thread/test_queue.rb (TestQueue#grind): fix typos.kazu
2010-04-16* lib/thread.rb (Queue#push, #pop, SizedQueue#push, #pop): removemame