]> git.sesse.net Git - stockfish/commitdiff
Don't wake up threads at the beginning of the search
authorMarco Costalba <mcostalba@gmail.com>
Sun, 12 Feb 2012 13:07:21 +0000 (14:07 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 12 Feb 2012 13:17:12 +0000 (14:17 +0100)
But only when needed, after a split point. This behaviour
does not apply when useSleepingThreads is false, becuase
in this case threads are not woken up at split points so
must be already running.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found