Boost logo

Boost :

Subject: Re: [boost] [mutex] move / merge
From: Phil Bouchard (philippe_at_[hidden])
Date: 2011-05-18 18:44:31


On 5/18/2011 9:48 AM, Anthony Williams wrote:
>
> Using boost::lock() you don't have to worry about defining an ordering;
> boost::lock() will take care of it for you.

That's great but I need to forget about this strategy since I'll need a
global mutex to lock the redir() function calls; i.e. it'll need to lock
a global mutex in order to lock 2 other mutexes. I don't think this is
worth it.

-Phil


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