| 39 | : l(0U), m_stop(s), e_stopped(false) {} |
| 40 | |
| 41 | forceinline void |
| 42 | RestartStop::limit(const Search::Statistics& s, unsigned long long int l0) { |
| 43 | l = l0; |
| 44 | m_stat += s; |
| 45 | e_stopped = false; |
| 46 | } |
| 47 | |
| 48 | forceinline void |
| 49 | RestartStop::update(const Search::Statistics& s) { |