X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=8b7c0126ce8621882f9176d87107bd83c8f17e0d;hp=ad8071edb41aed93b79768c5cdae62564129d3c5;hb=ea6c1f7a17572f1cd291ffd00e28cfbd3b2947d5;hpb=81cd7d787ef2b9d914c9c09ddbed59dffb78ec77 diff --git a/src/thread.h b/src/thread.h index ad8071ed..8b7c0126 100644 --- a/src/thread.h +++ b/src/thread.h @@ -105,7 +105,7 @@ public: void idle_loop(); void main_loop(); void timer_loop(); - void wait_for_stop(); + void wait_for(volatile const bool& b); SplitPoint splitPoints[MAX_SPLITPOINTS_PER_THREAD]; Material::Table materialTable; @@ -141,8 +141,6 @@ public: size_t size() const { return threads.size(); } Thread* main_thread() { return threads[0]; } - void wake_up() const; - void sleep() const; void read_uci_options(); bool available_slave_exists(Thread* master) const; void set_timer(int msec);