]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/smart_ptr/detail/spinlock.hpp
Updated boost to v1.55.0
[rsem.git] / boost / smart_ptr / detail / spinlock.hpp
index 1640a38d4944a72f5b65252a4d3341917b642553..88d7ad62c7f730a8ba881049001409dacb2a803f 100644 (file)
 #include <boost/config.hpp>
 #include <boost/smart_ptr/detail/sp_has_sync.hpp>
 
-#if defined(__GNUC__) && defined( __arm__ ) && !defined( __thumb__ )
+#if defined( BOOST_SP_USE_PTHREADS )
+#  include <boost/smart_ptr/detail/spinlock_pt.hpp>
+
+#elif defined(__GNUC__) && defined( __arm__ ) && !defined( __thumb__ )
 #  include <boost/smart_ptr/detail/spinlock_gcc_arm.hpp>
 
 #elif defined( BOOST_SP_HAS_SYNC )