summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_thread_queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-5/+4
|
* 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: Remove unnecessary virtual specifier on EndWait.bunnei2021-12-071-1/+1
|
* hle: kernel: Cleanup to match coding style.bunnei2021-12-071-1/+1
|
* hle: kernel: KThreadQueue: Remove deprecated code.bunnei2021-12-071-63/+0
|
* hle: kernel: Update KThreadQueue and migrate KSynchronizationObject.bunnei2021-12-071-0/+17
|
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-1/+1
| | | | | | 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.
* core: hle: kernel: Implement KThreadQueue.bunnei2021-01-291-0/+81