mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 00:26:33 +08:00
Large API rename in ThreadsManager
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -55,7 +55,7 @@ int main(int argc, char* argv[]) {
|
||||
Position::init_piece_square_tables();
|
||||
init_kpk_bitbase();
|
||||
init_search();
|
||||
ThreadsMgr.init_threads();
|
||||
Threads.init();
|
||||
|
||||
#ifdef USE_CALLGRIND
|
||||
CALLGRIND_START_INSTRUMENTATION;
|
||||
@@ -82,6 +82,6 @@ int main(int argc, char* argv[]) {
|
||||
<< "[limit = 12] [fen positions file = default] "
|
||||
<< "[depth, time, perft or node limited = depth]" << endl;
|
||||
|
||||
ThreadsMgr.exit_threads();
|
||||
Threads.exit();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user