mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Retire Thread::INITIALIZING
Was used to prevent issues when creating multiple threads on Windows, but now it seems we can remove it safely. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -67,7 +67,6 @@ struct Thread {
|
||||
|
||||
enum ThreadState
|
||||
{
|
||||
INITIALIZING, // Thread is initializing itself
|
||||
SEARCHING, // Thread is performing work
|
||||
AVAILABLE, // Thread is waiting for work
|
||||
WORKISWAITING, // Master has ordered us to start searching
|
||||
|
||||
Reference in New Issue
Block a user