X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=96ad121efeec2632ef85cf033b22497f3cadc832;hp=d1328daad91b9818859660e6adc18f0f83652b07;hb=dba1bc354a74bf7774c453ac779b3ce462c2b8e2;hpb=4b19430103ac75b574a6b269db447d359814b603 diff --git a/src/thread.h b/src/thread.h index d1328daa..96ad121e 100644 --- a/src/thread.h +++ b/src/thread.h @@ -76,8 +76,7 @@ public: void wake_up(); bool cutoff_occurred() const; bool is_available_to(Thread* master) const; - void idle_loop(SplitPoint* sp_master); - void idle_loop() { idle_loop(NULL); } // Hack to allow storing in start_fn + void idle_loop(); void main_loop(); void timer_loop(); void wait_for_stop_or_ponderhit();