Boost logo

Boost :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-11-01 16:49:49


Howard Hinnant wrote:
> Instead of a recursive_mutex, how would you feel about a
> recursive_mutex *adaptor* (like stack is to containers). Here's a
> prototype. Warning, it is not mature:

< prototype snipped >

I might miss the point. But the problem is not only how to emulate
a recursive mutex, in case the operating system does not allow
recursive locking, but how to expose these two kinds if they
exist on the opsys API level. If they exist I'd rather use them,
instead letting the library emulate. No?

Roland


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