summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_synchronization_object.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei2021-01-291-6/+2
* core: hle: kernel: object: Implement Finalize() virtual method.bunnei2021-01-291-1/+1
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-5/+5
* 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