X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=3ef73dfa322ba39250d01b784308f1d68f842b0e;hp=a12c0bccc1122f2c84eb6bb32aaa5902f7d2b7a9;hb=699bae632f283746a3eee15c0950fcdbca8a355e;hpb=c4d67d77c99b99c9ac387ab622773a320f8d5cc3 diff --git a/src/thread.cpp b/src/thread.cpp index a12c0bcc..3ef73dfa 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -26,6 +26,8 @@ #include "syzygy/tbprobe.h" #include "tt.h" +namespace Stockfish { + ThreadPool Threads; // Global object @@ -258,3 +260,5 @@ void ThreadPool::wait_for_search_finished() const { if (th != front()) th->wait_for_search_finished(); } + +} // namespace Stockfish