summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
AgeCommit message (Expand)Author
2008-05-11* test/ruby/test_thread.rb: kill and join temporal threads that aremame
2008-04-24* test/ruby/test_thread.rb: fix typos.mame
2008-04-23* test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame
2008-04-09* test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu
2008-01-18* thread.c (thread_create_core): prohibit thread creation in thematz
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1