diff options
| author | 2020-08-26 01:41:46 +0000 | |
|---|---|---|
| committer | 2020-08-26 02:50:51 +0000 | |
| commit | f119ef798b9d6d5bac78148472e783428f27447a (patch) | |
| tree | 0f8097367f0f7a733f6d140bc611742c577d11e7 /src/input_common/motion_input.cpp | |
| parent | Merge pull request #4572 from lioncash/xbyak (diff) | |
| download | yuzu-f119ef798b9d6d5bac78148472e783428f27447a.tar.gz yuzu-f119ef798b9d6d5bac78148472e783428f27447a.tar.xz yuzu-f119ef798b9d6d5bac78148472e783428f27447a.zip | |
common/thread: Fix data race in is_set
As report by tsan, Event::Set can write is_set while WaitFor and friends
are reading from it. To address this issue, make is_set an atomic.
Diffstat (limited to 'src/input_common/motion_input.cpp')
0 files changed, 0 insertions, 0 deletions