
15 Sep
2005
15 Sep
'05
7:10 a.m.
Matt Hurd wrote:
Sorry I wasn't clear. I didn't get to looking at the thundering herd bit in detail as according to me, my debugger agrees too, your main thread is locked waiting before this loop.
That is, I don't get out of this loop:
{ // we wait until all threads are up lock_type lock(guard); while (global_number_of_threads < number_of_threads_for_test+1) cond.wait(lock); }
Are you using linux or windows? Are you on MAIN trunk or thread_rewrite? Roland