aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_thread.rb: add a test.mame2008-06-121-0/+22
* * test/ruby/test_file.rb: add tests for uninitialized object.mame2008-06-021-0/+6
* * test/ruby/test_thread.rb: kill and join temporal threads that aremame2008-05-111-0/+16
* * test/ruby/test_thread.rb: fix typos.mame2008-04-241-4/+4
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-231-4/+356
* * test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu2008-04-091-0/+77
* * thread.c (thread_create_core): prohibit thread creation in thematz2008-01-181-0/+33
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-0/+24