From: Marco Costalba Date: Mon, 2 Mar 2015 07:11:39 +0000 (+0100) Subject: Disable spinlocks X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=cb2111f0b62afec5fd977e1dd4ca5843bd006956;hp=cb2111f0b62afec5fd977e1dd4ca5843bd006956 Disable spinlocks Now that c++11 branch has been merged in master, disable unconditionally the spinlocks and use mutex instead. This will allow to run fishtest even on HT machines withouth changes. In the future we will reintorduce spinlocks, once we will have took care of fishtest. No functional change. ---