summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_condition_variable.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-02-13kernel: Unify result codes (#5890)Chloe1-10/+10
* kernel: Unify result codes Drop the usage of ERR_NAME convention in kernel for ResultName. Removed seperation between svc_results.h & errors.h as we mainly include both most of the time anyways. * oops * rename errors to svc_results
2021-01-29hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei1-6/+2
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-17/+17
2021-01-11hle: kernel: thread: Preserve thread wait reason for debugging only.bunnei1-0/+2
- This is decoupled from core functionality and used for debugging only.
2021-01-11core: hle: kernel: Update KConditionVariable.bunnei1-0/+347