Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * test/monitor/test_monitor.rb: Use assert_join_threads. | akr | 2014-11-13 | 1 | -60/+72 |
* | Join threads. | akr | 2014-05-31 | 1 | -4/+8 |
* | test_monitor.rb: fix leaked threads | nobu | 2014-05-26 | 1 | -0/+3 |
* | * test/monitor/test_monitor.rb: remove unused variabels. | hsbt | 2014-02-21 | 1 | -1/+1 |
* | * lib/monitor.rb (wait): supported timeout. | shugo | 2010-02-06 | 1 | -2/+2 |
* | * added monitor.rb test. see #2240 the bug on ruby_1_8. | nahi | 2009-10-20 | 1 | -0/+27 |
* | * lib/thread.rb (ConditionVariable#broadcast): use Mutex | shugo | 2007-02-24 | 1 | -0/+2 |
* | * test/monitor/test_monitor.rb (test_cond): use Queue#deq | shugo | 2003-12-10 | 1 | -1/+3 |
* | * test/monitor/test_monitor.rb: fix the timing problem by Queue. | shugo | 2003-11-12 | 1 | -32/+47 |
* | * test/monitor/test_monitor.rb: added. | shugo | 2003-11-12 | 1 | -0/+144 |