eden/src
lat9nq 0f347eaf52 k_process: Fix data race
TSan reported a race between thread 36 and thread 34, a read at :225 and
a write at :225 respectively. Make total_proces_running_time_ticks
atomic to avoid this race.
2022-04-03 21:47:57 -04:00
..
audio_core audio_core: remove time stretcher 2022-04-01 19:54:58 +02:00
common native_clock: Use writeback from CAS to avoid double-loading 2022-04-02 22:22:48 +01:00
core k_process: Fix data race 2022-04-03 21:47:57 -04:00
input_common input_common: Reduce unused includes 2022-03-20 02:25:09 -04:00
shader_recompiler fix: typos 2022-04-02 16:34:07 +02:00
tests cmake: make tests optional 2022-01-12 00:36:20 +01:00
video_core fix: typos 2022-04-02 16:34:07 +02:00
web_service web_service: Reduce unused includes 2022-03-20 02:25:09 -04:00
yuzu Merge pull request #8141 from merryhime/configure-hotkeys-columns 2022-04-02 15:35:31 -04:00
yuzu_cmd audio_core: remove time stretcher 2022-04-01 19:54:58 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt cmake: make tests optional 2022-01-12 00:36:20 +01:00