X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=1e92b77625ac18419061353dae1df08e2dfd9acf;hp=038d8e39f68f68ed4941847eeee5b6f1d507ea31;hb=9a542d96981e6cb45b6b01f17258a078cf27da36;hpb=cd27ed9a7460ccfa6106b190f46beb89c2f3150d diff --git a/src/thread.h b/src/thread.h index 038d8e39..1e92b776 100644 --- a/src/thread.h +++ b/src/thread.h @@ -119,7 +119,7 @@ public: Depth depth, Move threatMove, int moveCount, MovePicker* mp, int nodeType); private: Thread threads[MAX_THREADS]; - Lock mpLock; + Lock threadsLock; Depth minimumSplitDepth; int maxThreadsPerSplitPoint; int activeThreads;