From: Marco Costalba Date: Fri, 6 Apr 2012 10:39:07 +0000 (+0200) Subject: Introduce thread local storage X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=699f700162f410519e5510c667aebc9940d4e91e;hp=699f700162f410519e5510c667aebc9940d4e91e Introduce thread local storage Use thread local storage to store a pointer to the thread we are running on. This will allow to remove thread info from Position class. No functional change. Signed-off-by: Marco Costalba ---