summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_synchronization_object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: thread: Preserve thread wait reason for debugging only.bunnei2021-01-111-0/+1
* core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei2021-01-111-2/+2
* hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState.bunnei2021-01-111-3/+3
* core: hle: kernel: Update KSynchronizationObject.bunnei2021-01-111-0/+171