mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Reformat all_slaves_finished()
Rename and move under ThreadsManager class. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -114,6 +114,7 @@ public:
|
||||
void set_size(int cnt);
|
||||
void read_uci_options();
|
||||
bool available_slave_exists(int master) const;
|
||||
bool split_point_finished(SplitPoint* sp) const;
|
||||
|
||||
void getline(std::string& cmd);
|
||||
void start_listener();
|
||||
|
||||
Reference in New Issue
Block a user