Boost logo

Boost :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2005-09-15 02:10:12


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk