]> git.sesse.net Git - stockfish/commit
Don't wake up /sleep threads in think() anymore
authorMarco Costalba <mcostalba@gmail.com>
Sun, 17 Oct 2010 12:12:12 +0000 (13:12 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 17 Oct 2010 12:12:58 +0000 (13:12 +0100)
commit141caf1d5b642bab826e2e8a7ab043b8c4928250
tree0ed9de6aabbca21d1b137a1978aea1b52cbe3f21
parentc59efc53c98872dcfb81d33e66e47c3d96d53221
Don't wake up /sleep threads in think() anymore

When entering and exiting from think() we don't need any special
wake up / sleeping code because we want available threads to keep
sleeping.

No functional change.

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