]> git.sesse.net Git - stockfish/commitdiff
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)
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>

No differences found