1
0
Fork 0
forked from suyu/suyu
suyu/src
Subv cef5f45de2 Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true.
This commit removes the overly general THREADSTATUS_WAIT_SYNCH and replaces it with two more granular statuses:

THREADSTATUS_WAIT_SYNCH_ANY when a thread waits on objects via WaitSynchronization1 or WaitSynchronizationN with wait_all = false.

THREADSTATUS_WAIT_SYNCH_ALL when a thread waits on objects via WaitSynchronizationN with wait_all = true.
2017-01-04 15:58:50 -05:00
..
audio_core time_stretch: Add missing #pragma once directive 2016-12-12 19:16:46 -05:00
citra Merge pull request #2386 from bunnei/fix-bg-color 2016-12-30 09:51:56 -05:00
citra_qt Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. 2017-01-04 15:58:50 -05:00
common Merge pull request #2369 from MerryMage/core-frontend 2016-12-23 17:35:35 -05:00
core Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. 2017-01-04 15:58:50 -05:00
tests tests: add missing libcore dependency after 75ee2f8c67 2016-12-07 18:30:49 +00:00
video_core Merge pull request #2367 from JayFoxRox/lighting-lut-quickfix 2016-12-29 13:41:51 -05:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00