mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Large API rename in ThreadsManager
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-2
@@ -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