]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Get rid of timer thread
[stockfish] / src / search.h
index 809a15d1cf2ee63735a27337f8ac1150fec274b0..96c0a2d17a476ed42859067d2d29e44b99e7090c 100644 (file)
@@ -93,7 +93,7 @@ struct LimitsType {
 /// typically in an async fashion e.g. to stop the search by the GUI.
 
 struct SignalsType {
-  std::atomic<bool> stop, stopOnPonderhit, firstRootMove, failedLowAtRoot;
+  std::atomic_bool stop, stopOnPonderhit, firstRootMove, failedLowAtRoot;
 };
 
 typedef std::unique_ptr<std::stack<StateInfo>> StateStackPtr;