summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/global_scheduler_context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-25kernel: refactor dummy thread wakeupsLiam1-0/+22
2022-07-15kernel: fix issues with single core modeLiam1-5/+0
2022-07-15kernel: use KScheduler from mesosphereLiam1-1/+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-31core: hle: kernel: Implement thread pinning.bunnei1-0/+6
- We largely had the mechanics in place for thread pinning, this change hooks these up. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_thread_pinning.cpp.
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-2/+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-05-06hle: kernel: Refactor out various KThread std::shared_ptr usage.bunnei1-3/+3
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-2/+2
2020-12-06hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback.bunnei1-1/+6
2020-12-06hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.bunnei1-8/+0
2020-12-06hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei1-0/+55