suyu/src
ReinUsesLisp 36eade7f4c hle/kernel: Fix data race in GetCurrentHostThreadID
As reported by tsan, host_thread_ids could be read while
any of the RegisterHostThread variants were called.

To fix this, lock the register mutex when yuzu is running in multicore
mode and GetCurrentHostThreadID is called.
2020-08-26 02:52:50 +00:00
..
audio_core General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
common Merge pull request #4548 from lioncash/color 2020-08-25 10:07:13 -04:00
core hle/kernel: Fix data race in GetCurrentHostThreadID 2020-08-26 02:52:50 +00:00
input_common General: Tidy up clang-format warnings part 2 2020-08-13 14:19:08 -04:00
tests tests/core_timing: Remove pragma optimize(off) 2020-08-03 11:12:55 -04:00
video_core Merge pull request #4574 from lioncash/const-fn 2020-08-25 11:24:13 -04:00
web_service web_service: Move web_result.h into web_service 2020-08-22 19:29:54 -04:00
yuzu Merge pull request #4541 from MerryMage/yolo 2020-08-21 23:06:21 -04:00
yuzu_cmd common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00
yuzu_tester common/telemetry: Migrate namespace into the Common namespace 2020-08-18 15:08:32 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Resolve #4478 2020-08-03 11:21:24 -04:00