summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_light_condition_variable.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-13kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam1-3/+3
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: k_light_condition_variable: Revert unnecessary license comment changes.bunnei1-1/+1
2021-12-07hle: kernel: KLightConditionVariable: Migrate to updated KThreadQueue.bunnei1-54/+6
2021-11-04core: Remove unused includesameerj1-1/+0
2021-06-11kernel: KLightConditionVariable: Update implementation to 12.xMorph1-13/+30
Updates the implementation of KLightConditionVariable to FW 12.x
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-1/+2
Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely.
2021-02-02Compile errorChloe Marcec1-1/+1
2021-02-02Address issuesChloe Marcec1-12/+9
2021-01-30kernel: Rewrite resource limit to be more accurateChloe Marcec1-0/+60
Matches closer to hardware