summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_light_condition_variable.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-13kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam1-8/+8
2023-03-08kernel: add timer pointer to KThreadQueueLiam1-1/+3
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-2/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-12-07hle: kernel: Remove unnecessary virtual specifier on CancelWait.bunnei1-2/+2
2021-12-07hle: kernel: Cleanup to match coding style.bunnei1-4/+4
2021-12-07hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.bunnei1-0/+80