summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/global_scheduler_context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: refactor dummy thread wakeupsLiam2022-10-251-0/+22
|
* kernel: fix issues with single core modeLiam2022-07-151-5/+0
|
* kernel: use KScheduler from mesosphereLiam2022-07-151-1/+1
|
* 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.
* core: hle: kernel: Implement thread pinning.bunnei2021-12-311-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.
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-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.
* hle: kernel: Refactor out various KThread std::shared_ptr usage.bunnei2021-05-061-3/+3
|
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-2/+2
|
* hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback.bunnei2020-12-061-1/+6
|
* hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler.bunnei2020-12-061-8/+0
|
* hle: kernel: Separate KScheduler from GlobalSchedulerContext class.bunnei2020-12-061-0/+55