Rosetta
ReadWriteMutex.cc File Reference

Classes to manage data that can be read by multiple threads and written to by only one thread. More...

Detailed Description

Classes to manage data that can be read by multiple threads and written to by only one thread.

Author
Andrew Leaver-Fay (aleav.nosp@m.erfa.nosp@m.y@gma.nosp@m.il.c.nosp@m.om)
Modified by Vikram K. Mulligan (vmull.nosp@m.igan.nosp@m.@flat.nosp@m.iron.nosp@m.insti.nosp@m.tute.nosp@m..org) to add additional options for conditionally locking mutexes or for locking multiple mutexes simultaneously without deadlock.