Merge branch 'master' into clusterMergeMaster5

This commit is contained in:
Joost VandeVondele
2019-03-21 07:13:00 +01:00
16 changed files with 195 additions and 164 deletions
+2 -2
View File
@@ -33,7 +33,7 @@
#include "pawns.h"
#include "position.h"
#include "search.h"
#include "thread_win32.h"
#include "thread_win32_osx.h"
/// Thread class keeps together all the thread-related stuff. We use
@@ -47,7 +47,7 @@ class Thread {
ConditionVariable cv;
size_t idx;
bool exit = false, searching = true; // Set before starting std::thread
std::thread stdThread;
NativeThread stdThread;
public:
explicit Thread(size_t);