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