]> git.sesse.net Git - stockfish/commitdiff
Introduce thread local storage
authorMarco Costalba <mcostalba@gmail.com>
Fri, 6 Apr 2012 10:39:07 +0000 (12:39 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 6 Apr 2012 13:36:39 +0000 (14:36 +0100)
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 <mcostalba@gmail.com>

No differences found