H0zen be9e1176d9 Fix wrong use of uninitialized locks.
Whenever ACE_XXX_Thread_Mutexes are used, there are 3 fundamental rules to obey:
1. Always make sure the lock is initialized before use;
2. Never put 2 locks each other in memory (false sharing effect);
3. Always verify that the lock is really acquired - use ACE_XXX_GUARD macros;
2016-03-11 20:53:59 +02:00
..
2016-03-11 17:09:32 +02:00
2016-03-04 23:34:57 +02:00
2016-01-02 14:23:59 +02:00
2016-02-25 01:09:40 +02:00
2016-03-08 11:15:17 +00:00
2015-03-22 22:10:05 +00:00