]> git.sesse.net Git - stockfish/commit
Change thread API to use one wait condition per thread
authorMarco Costalba <mcostalba@gmail.com>
Sun, 17 Oct 2010 06:55:57 +0000 (07:55 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 17 Oct 2010 07:00:42 +0000 (08:00 +0100)
commit1fdb436e78cce2d2128e7ac2117151dab301f4db
tree72cec5c24a2cedbd5c6ae33f4f489fcdc2a5d13a
parentdcf2edfdeaeb262cf89fce9348c8bbddab384373
Change thread API to use one wait condition per thread

This is the native way done in Windows and we will use it
for future work, so change Linux to do the same.

No functional change.

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