]> git.sesse.net Git - stockfish/commit
Always init pthread locks to NULL
authorJoona Kiiski <joona.kiiski@gmail.com>
Fri, 23 Jul 2010 05:45:42 +0000 (08:45 +0300)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 23 Jul 2010 06:03:39 +0000 (07:03 +0100)
commit71ba48c4ffa9574f4482f594210df9d3a6085361
tree373f9cea65bb1558ce94101ff86a9a726c1ff028
parent65f8b6dbc0b4cdb6a27313bad5a1043edd16a779
Always init pthread locks to NULL

This is the only way to keep Windows and POSIX behaviour in sync,
so better hardcode it.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/lock.h
src/search.cpp