X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=3b35e3a061842f667b386d853e7e659529cf3238;hp=681acb8141a0e1b5d7c8def9569ce28e8bb15ffc;hb=8725494966f91af42c77d2f81d2c8a7fe1864316;hpb=e53774bc49dd0aaa1c129ee98c09e1a56ef974fb diff --git a/src/search.cpp b/src/search.cpp index 681acb81..3b35e3a0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1636,7 +1636,7 @@ void Thread::idle_loop() { } // Avoid races with notify_one() fired from last slave of the split point - std::unique_lock lk(mutex); + std::unique_lock lk(mutex); // If we are master and all slaves have finished then exit idle_loop if (this_sp && this_sp->slavesMask.none())