summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_condition_variable.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Unify result codes (#5890)Chloe2021-02-131-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
* hle: kernel: TimeManager: Simplify to not rely on previous EmuThreadHandle implementation.bunnei2021-01-291-6/+2
|
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-17/+17
|
* hle: kernel: thread: Preserve thread wait reason for debugging only.bunnei2021-01-111-0/+2
| | | | - This is decoupled from core functionality and used for debugging only.
* core: hle: kernel: Update KConditionVariable.bunnei2021-01-111-0/+347