mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 15:37:47 +00:00
Merge remote-tracking branch 'upstream/master' into clusterMergeMaster4
This commit is contained in:
+3
-1
@@ -96,6 +96,8 @@ struct MainThread : public Thread {
|
||||
double bestMoveChanges, previousTimeReduction;
|
||||
Value previousScore;
|
||||
int callsCnt;
|
||||
bool stopOnPonderhit;
|
||||
std::atomic_bool ponder;
|
||||
};
|
||||
|
||||
|
||||
@@ -114,7 +116,7 @@ struct ThreadPool : public std::vector<Thread*> {
|
||||
uint64_t tb_hits() const { return accumulate(&Thread::tbHits); }
|
||||
uint64_t TT_saves() const { return accumulate(&Thread::TTsaves); }
|
||||
|
||||
std::atomic_bool stop, ponder, stopOnPonderhit;
|
||||
std::atomic_bool stop;
|
||||
|
||||
private:
|
||||
StateListPtr setupStates;
|
||||
|
||||
Reference in New Issue
Block a user