AthContainers: Fix coverity warnings.
- Don't allow exception to propagate through a destructor (CID 11789)
- Avoid circular header dependency. (CID 17320, 17313)
- Lock source store before copying (CID 11131)
- Explicitly note discarded return values. (CID 13362, 17194)