mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Big renaming in thread stuff
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ void UCI::loop(const string& args) {
|
||||
|
||||
} while (token != "quit" && args.empty()); // Args have one-shot behaviour
|
||||
|
||||
Threads.wait_for_search_finished(); // Cannot quit while search is running
|
||||
Threads.wait_for_think_finished(); // Cannot quit while search is running
|
||||
}
|
||||
|
||||
|
||||
@@ -207,6 +207,6 @@ namespace {
|
||||
else if (token == "ponder") limits.ponder = true;
|
||||
}
|
||||
|
||||
Threads.start_searching(pos, limits, searchMoves, SetupStates);
|
||||
Threads.start_thinking(pos, limits, searchMoves, SetupStates);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user