Files
winix/core
Tomasz Sowa fc33b4f882 added: a deadlock counter to Synchro class
now we can use Lock() more than one in the same thread
       and next Unlock() will recognize it
       sample:
       Lock(); // first lock -- resources locked
       Lock(); // second lock -- skipped (counter incremented)
       ...
       Unlock(); // first unlock -- skipped (because counter greater than zero)
       Unlock(); // second unlock -- actually unlocking


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@830 e52654a7-88a9-db11-a3e9-0013d4bc506e
2012-04-28 20:57:57 +00:00
..
2012-04-22 18:23:44 +00:00
2012-04-22 18:23:44 +00:00
2012-02-27 17:43:59 +00:00
2012-03-09 02:36:25 +00:00
2012-03-09 02:36:25 +00:00
2012-03-17 05:11:23 +00:00
2012-02-17 05:19:24 +00:00
2012-03-11 16:21:52 +00:00
2012-04-22 18:23:44 +00:00
2012-03-17 05:11:23 +00:00
2012-03-17 05:11:23 +00:00
2012-03-17 05:11:23 +00:00
2012-03-17 05:11:23 +00:00
2012-03-17 05:11:23 +00:00
2012-03-17 05:11:23 +00:00
2010-11-21 00:19:17 +00:00
2012-03-09 02:36:25 +00:00
2012-02-28 21:09:44 +00:00