11 Jan
2008
11 Jan
'08
6:48 a.m.
Ovanes Markarian
The idea of my code is: Create 100 threads and wait until all of them are created. (barrier is used for that). After all threads were created lock the mutex and produce the assertion fault. In MSVC 7.1 this code crashes after the second call to BOOST_CHECK_EQUAL.
Can you post complete compilable example? Will I need library for boost threads?