X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=d06291ebd61526a1a4b672833489ba2979d5c185;hp=98576ccea2131a877edc2a61a16ff164219596c3;hb=06c14d0a37c370c1102494aea6a69b5fe4f5250f;hpb=c28b9ef182b4a0c3d0483654ebc2b2aca4fc731c diff --git a/src/thread.h b/src/thread.h index 98576cce..d06291eb 100644 --- a/src/thread.h +++ b/src/thread.h @@ -38,7 +38,7 @@ //// Constants and variables //// -const int MAX_THREADS = 8; +const int MAX_THREADS = 16; const int MAX_ACTIVE_SPLIT_POINTS = 8; @@ -69,7 +69,7 @@ struct SplitPoint { volatile Value alpha; volatile Value bestValue; volatile int moveCount; - volatile bool stopRequest; + volatile bool betaCutoff; volatile int slaves[MAX_THREADS]; };