summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_condition_variable.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Unify result codes (#5890)Chloe2021-02-131-10/+10
* 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
* core: hle: kernel: Update KConditionVariable.bunnei2021-01-111-0/+347