]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Retire redundant sp->slavesCount field
[stockfish] / src / thread.h
index 9750ed7ba020be8008007f482f7ab9e146e4c9dd..42c44aa946f06b6fad5c0bb7b1b8f61076738aeb 100644 (file)
@@ -33,6 +33,7 @@ struct Thread;
 
 const int MAX_THREADS = 128;
 const int MAX_SPLITPOINTS_PER_THREAD = 8;
+const size_t MAX_SLAVES_PER_SPLITPOINT = 4;
 
 /// Mutex and ConditionVariable struct are wrappers of the low level locking
 /// machinery and are modeled after the corresponding C++11 classes.