summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_condition_variable.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: update KProcessLiam2023-10-221-4/+5
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-4/+4
|
* kernel: convert KThread to new styleLiam2023-03-131-4/+4
|
* kernel: convert KConditionVariable, KLightConditionVariable, KLightLockLiam2023-03-131-8/+8
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-3/+3
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* hle: kernel: KConditionVariable: Various updates & simplifications.bunnei2021-12-071-1/+1
|
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-5/+5
|
* core: hle: kernel: Update KConditionVariable.bunnei2021-01-111-0/+59