|
Boost : |
Subject: [boost] [thread] unlock on multiple lockables
From: Vicente Botet Escriba (vicente.botet_at_[hidden])
Date: 2009-11-22 21:08:59
Hi,
I don't know if I have already requested that but ...
Is there any deep reason to don't provide the equivalent of the free
functions lock, try_lock
Non-member function lock(Lockable1,Lockable2,...)
Non-member function lock(begin,end)
Non-member function try_lock(Lockable1,Lockable2,...)
Non-member function try_lock(begin,end)
to unlock multiple lockables?
Non-member function unlock(Lockable1,Lockable2,...)
Non-member function unlock(begin,end)
Thanks,
Vicente
-- View this message in context: http://old.nabble.com/-thread--unlock-on-multiple-lockables-tp26471789p26471789.html Sent from the Boost - Dev mailing list archive at Nabble.com.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk