|
From: Christian S. <chr...@ep...> - 2004-05-04 18:59:24
|
Changes: * src/common/Thread.cpp: threads are now stoppable even if they are waiting for a condition * src/common/Condition.cpp: fixed little misbehavior of Set() method, which locked the Condition object on return * src/testcases: added a couple of new unit tests (against classes 'Mutex', 'Condition' and 'Thread') CU Christian |