summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_light_condition_variable.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam2023-03-131-8/+8
* kernel: add timer pointer to KThreadQueueLiam2023-03-081-1/+3
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-2/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* hle: kernel: Remove unnecessary virtual specifier on CancelWait.bunnei2021-12-071-2/+2
* hle: kernel: Cleanup to match coding style.bunnei2021-12-071-4/+4
* hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.bunnei2021-12-071-0/+80