X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=002f0500ac8e21ce3c52179d59f414239eb5d69f;hp=1371d1b9ee4085c70b89185520f48c5f525f7b9f;hb=81cd7d787ef2b9d914c9c09ddbed59dffb78ec77;hpb=a523cea772dad9e5ffb36b8fe888c30f192bc3ef diff --git a/src/search.cpp b/src/search.cpp index 1371d1b9..002f0500 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1696,7 +1696,7 @@ void Thread::idle_loop() { && !sp->slavesMask) { assert(!sp->master->is_searching); - sp->master->wake_up(); + sp->master->notify_one(); } // After releasing the lock we cannot access anymore any SplitPoint