]> git.saurik.com Git - wxWidgets.git/commit - docs/doxygen/mainpages/const_cpp.h
define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jun 2008 20:42:23 +0000 (20:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 2 Jun 2008 20:42:23 +0000 (20:42 +0000)
commit42124e683da03a7a7463ad9e37d15fda575348af
tree02e19d07b590b171fba7915b2b847f85fc94078a
parentf60ca3e24c9c09f3053310807b9e4dab8a613578
define wxHAS_ATOMIC_OPS only if native implementation is available; use fewer loop iterations in the test if it isn't as otherwise the test takes way too long to run

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/doxygen/mainpages/const_cpp.h
include/wx/atomic.h
interface/atomic.h
tests/thread/atomic.cpp