summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/AtomicValue.h
Commit message (Collapse)AuthorAgeFilesLines
* Added check to exclude old gcc compilers for atomic ops.Alan Conway2008-05-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@658849 13f79535-47bb-0310-9956-ffa450edef68
* Replaced AtomicCount with AtomicValue template. Alan Conway2008-05-211-0/+34
Uses gcc atomics for gcc on i686/x86_64, falls back to mutex otherwise. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@658816 13f79535-47bb-0310-9956-ffa450edef68