mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00:00
Rename wake_up() to notify_one()
To align to C++ std::thread conventions. No functional change.
This commit is contained in:
+1
-1
@@ -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