mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Rename wake_up() to notify_one()
To align to C++ std::thread conventions. No functional change.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user