mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Renamed thread_should_stop() in cutoff_at_splitpoint()
It is more clear what happened. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user