1
0
Fork 0
stockfish/src
Joost VandeVondele 36a93d90f7 Move stop signal to Threads
Instead of having Signals in the search namespace,
make the stop variables part of the Threads structure.
This moves more of the shared (atomic) variables towards
the thread-related structures, making their role more clear.

No functional change

Closes #1149
2017-07-13 16:08:37 -07:00
..
syzygy Fix some warnings with clang static analyzer 2017-07-02 22:02:11 -07:00
Makefile Remove questionable gcc flags from profile-build 2017-07-08 14:20:46 -07:00
benchmark.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
bitbase.cpp Retire the misdesigned StepAttacks[] array. 2017-04-28 20:33:30 -07:00
bitboard.cpp Indentation fix in index() 2017-07-02 22:00:29 -07:00
bitboard.h Indentation fix in index() 2017-07-02 22:00:29 -07:00
endgame.cpp Tidy up 2017-07-02 21:53:45 -07:00
endgame.h Better naming in endgame code 2017-06-16 19:33:44 -07:00
evaluate.cpp Tidy up 2017-07-02 21:53:45 -07:00
evaluate.h Improve readability of evaluation functions 2017-06-21 14:01:59 -07:00
main.cpp Execute an implied ucinewgame at startup 2017-05-15 18:54:13 -07:00
material.cpp Queen vs. Minors imbalance 2017-07-08 14:14:14 -07:00
material.h Reorder members of Material::Entry 2017-02-23 21:33:03 -08:00
misc.cpp Assorted code style issues 2017-04-24 09:49:44 +02:00
misc.h Fix pawn entry prefetch 2017-03-14 20:56:26 -07:00
movegen.cpp Retire the misdesigned StepAttacks[] array. 2017-04-28 20:33:30 -07:00
movegen.h Use int instead of Value for history related stats. 2017-04-23 07:59:28 -07:00
movepick.cpp History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
movepick.h use auto& for histories 2017-06-06 09:56:13 -07:00
pawns.cpp Tidy up 2017-07-02 21:53:45 -07:00
pawns.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
position.cpp Only main thread checks time 2017-06-28 17:03:35 -07:00
position.h Only main thread checks time 2017-06-28 17:03:35 -07:00
psqt.cpp Variable tuning 2017-02-19 14:00:44 -08:00
search.cpp Move stop signal to Threads 2017-07-13 16:08:37 -07:00
search.h Move stop signal to Threads 2017-07-13 16:08:37 -07:00
thread.cpp Move stop signal to Threads 2017-07-13 16:08:37 -07:00
thread.h Move stop signal to Threads 2017-07-13 16:08:37 -07:00
thread_win32.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
timeman.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
timeman.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
tt.cpp Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
tt.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
types.h History code rewrite (#1122) 2017-05-26 08:42:50 +02:00
uci.cpp Move stop signal to Threads 2017-07-13 16:08:37 -07:00
uci.h Adjust copyright headers to 2017 (#965) 2017-01-11 08:46:29 +01:00
ucioption.cpp Increase maximum number of threads 2017-03-25 10:35:17 -07:00