X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=ad8071edb41aed93b79768c5cdae62564129d3c5;hp=92be3a22985572303fae5c669386daf25a6919a8;hb=81cd7d787ef2b9d914c9c09ddbed59dffb78ec77;hpb=a523cea772dad9e5ffb36b8fe888c30f192bc3ef;ds=sidebyside diff --git a/src/thread.h b/src/thread.h index 92be3a22..ad8071ed 100644 --- a/src/thread.h +++ b/src/thread.h @@ -99,7 +99,7 @@ public: Thread(Fn fn); ~Thread(); - void wake_up(); + void notify_one(); bool cutoff_occurred() const; bool is_available_to(Thread* master) const; void idle_loop();