summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_synchronization_object.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-2/+2
2021-05-08kernel: Eliminate variable shadowingLioncash1-6/+7
2021-05-06hle: kernel: Migrate more of KThread to KAutoObject.bunnei1-4/+6
2021-02-13kernel: Unify result codes (#5890)Chloe1-4/+4
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei1-0/+3
2021-01-29hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei1-6/+2
2021-01-29core: hle: kernel: object: Implement Finalize() virtual method.bunnei1-1/+1
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-5/+5
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