Files
Stockfish/src
Joost VandeVondele d703d2b5e7 Remove custom mutex implementation
As part of the investigation of the hang caused by an incorrect implementation
of condition_variable in libwinpthread, it was realized that our custom Mutex
implementation is no longer needed. Prior to lazySMP this custom implementation
resulted in a 30% speedup, but now no speed difference can be measured as no
mutex is used on the hot path in lazySMP.

https://github.com/official-stockfish/Stockfish/issues/2291
https://github.com/official-stockfish/Stockfish/issues/2309#issuecomment-533733393  https://github.com/official-stockfish/Stockfish/issues/2309#issuecomment-533737515

The interest of this patch is that it removes platform-specific code, which is
always less tested.

No functional change.
2019-09-27 00:16:49 +02:00
..
2019-09-27 00:16:49 +02:00
2019-05-02 19:30:26 +02:00
2019-07-26 02:12:23 +02:00
2019-06-14 08:22:02 +02:00
2018-12-13 13:35:35 +01:00
2019-06-09 14:57:08 +02:00
2019-09-14 07:34:19 +02:00
2019-07-26 02:12:23 +02:00
2019-09-27 00:16:49 +02:00
2018-11-19 11:18:21 +01:00
2019-07-11 11:59:36 +02:00
2019-04-17 21:13:39 +02:00
2019-09-24 12:54:02 +02:00
2019-09-14 08:33:00 +02:00
2019-09-23 07:29:00 +02:00
2019-08-26 08:49:55 +02:00
2019-09-27 00:16:49 +02:00
2019-09-27 00:16:49 +02:00
2019-05-02 19:30:26 +02:00
2018-11-19 11:18:21 +01:00
2019-06-09 14:57:08 +02:00
2019-06-09 14:57:08 +02:00
2018-11-19 11:18:21 +01:00
2019-07-14 14:47:50 +02:00