summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_thread_queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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