Revised processor-specific hints for back-off
[libcds.git] / cds / algo / backoff_strategy.h
index 62cf5a5df0c07ddc7e4b7ea1b44c99e5f6ceffc4..0e0711b3d08dd4a49e9dfd020f585dbc9f9e2551 100644 (file)
@@ -129,8 +129,8 @@ namespace cds {
             //@cond
             void operator ()() const CDS_NOEXCEPT
             {
-#            ifdef CDS_backoff_pause_defined
-                platform::backoff_pause();
+#            ifdef CDS_backoff_hint_defined
+                platform::backoff_hint();
 #            endif
             }